;# 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). ;# ;# keystate_numlock = enable ;# keystate_capslock = enable ;# keystate_scrolllock = enable ;# MP3 keybindings (xbindkey '(control shift z) "MPD_HOST=youwish@localhost /usr/local/bin/mpc prev" ) (xbindkey '(control shift x) "MPD_HOST=youwish@localhost /usr/local/bin/mpc play" ) (xbindkey '(control shift c) "MPD_HOST=youwish@localhost /usr/local/bin/mpc pause") (xbindkey '(control shift v) "MPD_HOST=youwish@localhost /usr/local/bin/mpc stop" ) (xbindkey '(control shift b) "MPD_HOST=youwish@localhost /usr/local/bin/mpc next" ) ;;# Misc applications (xbindkey '(control shift m ) "/home/magnus/files/config/mutt") (xbindkey '(mod1 Return) "/home/magnus/files/config/rxvt") (xbindkey '(mod1 control shift g ) "/usr/bin/gimp") (xbindkey '(mod1 control g ) "/usr/local/vim/bin/gvim") (xbindkey '(mod1 shift o ) "/usr/bin/aoss /usr/local/firefox/firefox") ;;# Screenshots (xbindkey '(mod1 control shift s) "/usr/bin/import -window root png:/tmp/screen.png") ;;# Display navigation (xbindkey '(mod5 "c:10") "/home/magnus/files/bin/warppointer 2") (xbindkey '(mod5 "c:11") "/home/magnus/files/bin/warppointer 1") (xbindkey '(mod5 "c:12") "/home/magnus/files/bin/warppointer 0") (xbindkey '(mod5 "c:13") "/home/magnus/files/bin/warppointer 3") ;# Clipboard functions (xbindkey '(mod1 shift "c:10") "/home/magnus/files/bin/clipset 1") (xbindkey '(mod1 shift "c:11") "/home/magnus/files/bin/clipset 2") (xbindkey '(mod1 shift "c:12") "/home/magnus/files/bin/clipset 3") (xbindkey '(mod1 shift "c:13") "/home/magnus/files/bin/clipset 4") (xbindkey '(mod1 shift "c:14") "/home/magnus/files/bin/clipset 5") (xbindkey '(shift "c:10") "/home/magnus/files/bin/clipget 1") (xbindkey '(shift "c:11") "/home/magnus/files/bin/clipget 2") (xbindkey '(shift "c:12") "/home/magnus/files/bin/clipget 3") (xbindkey '(shift "c:13") "/home/magnus/files/bin/clipget 4") (xbindkey '(shift "c:14") "/home/magnus/files/bin/clipget 5") ;# vim:ft=sh