# For the benefit of emacs users: -*- shell-script -*- ########################### # xbindkeys configuration # ########################### # Volume Up "MPD_HOST=192.168.0.5 mpc --no-status volume \+5" Shift + Alt + Up # m:0x9 + m:0x8 + c:111 # Volume Down "MPD_HOST=192.168.0.5 mpc --no-status volume \-5" Shift + Alt + Down # m:0x9 + m:0x8 + c:116 # Seek minus 10seconds "MPD_HOST=192.168.0.5 mpc --no-status seek \-00:00:10" Shift + Alt + Left # m:0x9 + m:0x8 + c:113 # Seek plus 10seconds "MPD_HOST=192.168.0.5 mpc --no-status seek \+00:00:10" Shift + Alt + Right # m:0x9 + m:0x8 + c:114 # Previous "MPD_HOST=192.168.0.5 mpc --no-status prev" Shift + Alt + p # m:0x9 + m:0x8 + c:33 # Next "MPD_HOST=192.168.0.5 mpc --no-status next" Shift + Alt + n # m:0x9 + m:0x8 + c:57 # Play/Pause "MPD_HOST=192.168.0.5 mpc --no-status toggle" Shift + Alt + space # m:0x9 + m:0x8 + c:65 ################################## # End of xbindkeys configuration # ##################################