View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#543
Originally Posted by qole View Post
I'm starting work on my Easy Debian package now, with an updated xbindkeysrc (rebhana, could you send me your set of keys?)
Below is my .xbindkeysrc file for a German keyboard layout, which initially misses a few important symbols because of German umlauts. With the following bindings I now have a complete keyboard including practically all keys of a PC104 keyboard, including F1-F12 (mapped to Shift+Fn+(upper row), which I'd recommend as being easily remembered).

As I wrote above in http://talk.maemo.org/showthread.php...521#post537521, I have an unsolved problem with Up and Down (the cursor keys), though - I still have to check whether your new image is perhaps solving that issue for some reason - but that is not really a show-stopper for me.

Code:
###########################
# xbindkeys configuration #
###########################
#
# Version: 1.8.2
#
# If you edit this file, do not forget to uncomment any lines
# that you change.
# The pound(#) symbol may be used anywhere for comments.
#
# To specify a key, you can use 'xbindkeys --key' or
# 'xbindkeys --multikey' and put one of the two lines in this file.
#
# The format of a command line is:
#    "command to start"
#       associated key
#
#
# A list of keys is in /usr/include/X11/keysym.h and in
# /usr/include/X11/keysymdef.h
# The XK_ is not needed.
#
# List of modifier:
#   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
#   Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#

# The release modifier is not a standard X modifier, but you can
# use it if you want to catch release events instead of press events

# By defaults, xbindkeys does not pay attention with the modifiers
# NumLock, CapsLock and ScrollLock.
# Uncomment the lines above if you want to pay attention to them.

#keystate_numlock = enable
#keystate_capslock = enable
#keystate_scrolllock= enable

"wmctrl -r :ACTIVE: -b toggle,fullscreen"
    m:0x4 + c:111
    Control + Up

"wmctrl -r :ACTIVE: -b toggle,fullscreen"
    m:0x4 + c:65
    Control + space


# In order not to interfere with /home/user/.xbindkeysrc from Easy Debian
# this file is renamed /home/user/.xbindkeysrc2 and called in by
# @setxkbmap de
# @xbindkeys -f /home/user/.xbindkeysrc2
# in /etc/xdg/lxsession/LXDE/autostart i

"xbindkeys_show -f /home/user/.xbindkeysrc2" 
  control+shift + q

# curiously, Up and Down don't work on the German keyboard,
# where they are Mod5+Left and Mod5+Right, respectively
# unfortunately, the following two lines don't work either (???)

"xvkbd -text "\[Down]""
 m:0x80 + c:114
 Mod5 + Right 

"xvkbd -text "\[Up]""
 m:0x80 + c:116
 Mod5 + Left

#"xvkbd -text "\[Next]""
# Shift + Right 

#"xvkbd -text "\[Prior]""
# Shift + Left

#"xvkbd -text "\[End]""
# Control+Shift + Right 

#"xvkbd -text "\[Home]""
# Control+Shift + Left

"xvkbd -text "\[asciicircum]""
 Control + Left

# the enter key is KP_Enter instead of Return
# some applications don't accept KP_Enter in place of Return, hence:

"xvkbd -xsendevent -text '\r'"
   Shift + KP_Enter
  
"xvkbd -xsendevent -text '\e'"
   Shift + BackSpace

"xvkbd -xsendevent -text '\e'"
   Control+Shift + e

"xvkbd -xsendevent -text '\t'"
   Control+Shift + t

"xvkbd -xsendevent -text "\[bracketleft]""
   m:0x4 + c:60
   Control + odiaeresis

"xvkbd -xsendevent -text "\[bracketright]""
   m:0x4 + c:111
   Control + adiaeresis

"xvkbd -xsendevent -text "\[less]""
   m:0x5 + c:60
   Control+Shift + odiaeresis

"xvkbd -xsendevent -text "\[greater]""
   m:0x5 + c:111
   Control+Shift + adiaeresis

"xvkbd -xsendevent -text "\[braceleft]""
   m:0x4 + c:33
   Control + p

"xvkbd -xsendevent -text "\[braceright]""
   m:0x4 + c:59
   Control + udiaeresis

"xvkbd -xsendevent -text "\[bar]""
   m:0x5 + c:59
   Control+Shift + udiaeresis

"xvkbd -xsendevent -text "\[asciitilde]""
   m:0x1 + c:65
   Shift + space

#"xvkbd -xsendevent -text "\[asciitilde]""
#   m:0x4 + c:65
#   Control + space
# Control + space used for full screen toggle in .xbindkeysrc

# F1-F12 mapped to Shift+Mod5 + keys from upper row:

"xvkbd -text "\[F1]""
 Shift+Mod5 + q 

"xvkbd -text "\[F2]""
 Shift+Mod5 + w 

"xvkbd -text "\[F3]""
 Shift+Mod5 + e 

"xvkbd -text "\[F4]""
 Shift+Mod5 + r 

"xvkbd -text "\[F5]""
 Shift+Mod5 + t 

"xvkbd -text "\[F6]""
 Shift+Mod5 + z 

"xvkbd -text "\[F7]""
 Shift+Mod5 + u 

"xvkbd -text "\[F8]""
 Shift+Mod5 + i 

"xvkbd -text "\[F9]""
 Shift+Mod5 + o 

"xvkbd -text "\[F10]""
 Shift+Mod5 + p 

"xvkbd -text "\[F11]""
 Shift+Mod5 + udiaeresis

"xvkbd -text "\[F12]""
 Shift+Mod5 + BackSpace

##################################
# End of xbindkeys configuration #
##################################
Note that this file is meant to be used under Easy Debian. In order to avoid any conflict with the .xbindkeysrc coming with Easy Debian or with xbindkeys under Maemo, I've renamed it to /home/user/.xbindkeysrc2 and added
Code:
setxkbmap de
xbindkeys -f /home/user/.xbindkeysrc2
to Easy Debian's /etc/xdg/lxsession/LXDE/autostart

EDIT: With the new image v3b I still have the same problem with cursor Up and Down keys, plus some new issues.

Some of the keybindings with Control+key produce the intended effect only when Control and key are pressed successively, and don't work when pressed simultaneously. This is the case for Control+space which toggles full screen (Control+Up doesn't work any longer when I switch to setxkbmap de) - but only when pressed separately, same for Control+key 111. Control+key 60 works equally for simultaneous and successive key presses. Control+key 116 works for simultaneous keys, but leaves Control sticky after that - something that doesn't happen with other combinations Control+key.

Is it by the way possible to make only Shift and Fn sticky, and not Control? It now happens to me too often that Control got sticky without me noticing, with lots of surprises...

With the new image, it is still true that the Return key becomes KP_Enter under LXDE, and some applications have difficulties with that - already vi! My workaround above is Shift+Return = \r, and that seems necessary also for us keymaps.

Last edited by rebhana; 2010-02-20 at 21:10.
 

The Following 3 Users Say Thank You to rebhana For This Useful Post: