# For the benefit of emacs users: -*- shell-script -*- ########################### # 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 "/home/mward/thunderbird/thunderbird" Mod4 + b # calculator "gnome-calculator" Mod4 + c # epiphany web browser "epiphany-browser" Mod4 + e # firefox "firefox" Mod4 + f # chromium (Google Chrome) #"google-chrome" "chromium-browser" Mod4 + g # home folder #"thunar" "nautilus ~" Mod4 + h # lock screen "gnome-screensaver-command -l" Mod4 + l # mail #"/home/mward/thunderbird/thunderbird" "evolution -c mail" Mod4 + m # notepad #"mousepad" #"tomboy --new-note" "gedit" Mod4 + n # opera browser "opera -notrayicon -nomail" Mod4 + o # pidgin im "pidgin" Mod4 + p # rhythmbox music player "rhythmbox" Mod4 + r # desktop search #"beagle-search" # Mod4 + s # Skype chat #"skype" # s = "sticky" #"tomboy" # Mod4 + s # terminal #"gnome-terminal --geometry 1680x1050" #"gnome-terminal --geometry 132x50" #"gnome-terminal --geometry 207x58" #"/usr/bin/gnome-terminal" "gnome-terminal --maximize" Mod4 + t # word #"abiword" "oowriter" Mod4 + w # spreadsheet (x = excel) #"gnumeric" "oocalc" Mod4 + x "zdesktop" Mod4 + z # desktop search #"beagle-search" # Mod4 + space # mute "amixer set Master toggle" Mod4 + KP_Delete "amixer set Master toggle" Mod4 + Delete # play/pause #"banshee --toggle-playing" "rhythmbox-client --play-pause" Mod4 + KP_Insert #"banshee --toggle-playing" "rhythmbox-client --play-pause" Mod4 + Insert # volume down "amixer set Master 5%-" Mod4 + Down # volume up "amixer set Master 5%+" Mod4 + Up # XXX would be nice to figure out how to send XF86AudioNext, etc. # next song #"banshee --next" "rhythmbox-client --next" Mod4 + Right # previous song #"banshee --previous" "rhythmbox-client --previous" Mod4 + Left # screen shot (print screen) "gnome-screenshot" Print "snap left" Mod4 + Shift + Left "snap right" Mod4 + Shift + Right "moveto 1" Mod4 + Shift + 1 "moveto 2" Mod4 + Shift + 2 "moveto 3" Mod4 + Shift + 3 "moveto 4" Mod4 + Shift + 4 ################################## # End of xbindkeys configuration # ##################################