########################### # 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 #Volume Downj "aumix -v -2" m:0x10 + c:174 Mod2 + NoSymbol #Volume Up "aumix -v +2" m:0x10 + c:176 Mod2 + NoSymbol #Rewind XMMS "orpheus -r prev" m:0x10 + c:144 Mod2 + NoSymbol #Forward XMMS "orpheus -r next" m:0x10 + c:153 Mod2 + NoSymbol #Pause/Play "orpheus -r pause" m:0x10 + c:162 Mod2 + NoSymbol #Stop "orpheus -r stop" m:0x10 + c:164 Mod2 + NoSymbol #StartXMMS "beep-media-player" m:0x10 + c:237 Mod2 + NoSymbol #MuteXMMS "/usr/local/bin/mute.sh" m:0x10 + c:160 Mod2 + NoSymbol #"aterm -fg gray -bg black -geometry 169x69+0+0 -sr -trsb" "aterm -fg gray -bg black -geometry 157x63+0+0 -fn '-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso8859-15' -sr -trsb" m:0x10 + c:233 Mod2 + NoSymbol #xchat "xchat" m:0x10 + c:149 Mod2 + NoSymbol #Xlock "xlock -nolock" m:0x10 + c:223 Mod2 + NoSymbol #Xqf "xqf" m:0x10 + c:230 Mod2 + NoSymbol #grun "grun" m:0x10 + c:234 Mod2 + NoSymbol #Screenshot "screenshot" m:0x10 + c:111 Mod2 + Print #Firefox "firefox" m:0x10 + c:229 Mod2 + NoSymbol #Remark "/usr/local/bin/mute.sh" m:0x10 + c:160 Mod2 + XF86AudioMute # # End of xbindkeys configuration