########################### # xbindkeys configuration # ########################### # # Version: 0.1.3 # # If you edit this, do not forget to uncomment any lines that you change. # The pound(#) symbol may be used anywhere for comments. # # 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 (on my keyboard): # Control, Shift, Mod1 (Alt), Mod2 (NumLock), # Mod3 (CapsLock), Mod4, Mod5 (Scroll). # # Another way to specifie a key is to use 'xev' and set the # keycode with c:nnn or the modifier with m:nnn where nnn is # the keycode or the state returned by xev # # This file is created by xbindkey_config # The structure is : # # Remark # "command" # m:xxx + c:xxx # Shift+... #keystate_numlock = enable keystate_scrolllock = enable keystate_capslock = enable #Calculator - Taschenrecher "kcalc" c:161 XF86Calculator #Media - Select Multimedia app "media-select.sh" c:237 XF86AudioMedia #Mute - Mute audio "audio-mute toggle" c:160 XF86AudioMute #Lower MASTER volume "aumix -v-1" c:174 XF86AudioRaiseVolume #Raise MASTER volume "aumix -v+1" c:176 XF86AudioLowerVolume #Lower PCM volume "aumix -w-1" m:0x1 + c:174 Shift + XF86AudioRaiseVolume #Raise PCM volume "aumix -w+1" m:0x1 + c:176 Shift + XF86AudioLowerVolume #Restore all audio settings "alsactl restore" m:0x1 + c:160 Shift + XF86AudioMute #E-Mail - Start kmail "kmail" c:236 XF86Mail #Startseite - Open Homepage "konqueror http://www.mathematik.uni-marburg.de/~wetzmj" c:178 XF86HomePage #KNode "knode" m:0x50 + c:67 Mod2+Mod4 + F1 #GAIM "gaim" m:0x50 + c:68 Mod2+Mod4 + F2 #Eterm "eterm" m:0x50 + c:69 Mod2+Mod4 + F3 #Browser "browser-select.sh" m:0x50 + c:71 Mod2+Mod4 + F5 #Konqueror "konqueror --profile filemanagement" m:0x50 + c:72 Mod2+Mod4 + F6 #Suche - Default-Browser "konqueror --profile webbrowsing" m:0x10 + c:229 Mod2 + XF86Search # # End of xbindkeys configuration