I'm starting work on my Easy Debian package now, with an updated xbindkeysrc (rebhana, could you send me your set of keys?)
########################### # 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 # ##################################
setxkbmap de xbindkeys -f /home/user/.xbindkeysrc2