Cleanup xbindkeysrc

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-11-28 01:39:26 -05:00 committed by Collin J. Doering
parent d5738197d7
commit e83452d35f
1 changed files with 6 additions and 38 deletions

View File

@ -13,87 +13,70 @@
## Multimedia keys (top of keyboard) ## Multimedia keys (top of keyboard)
# play/pause key = toggle play pause # play/pause key = toggle play pause
#"~/.bin/toggle-pp.py"
#"cmus-remote --pause"
"mpc -h patchMeIn@localhost toggle" "mpc -h patchMeIn@localhost toggle"
m:0x10 + c:172 m:0x10 + c:172
XF86AudioPlay XF86AudioPlay
#"cmus-remote --pause"
"mpc -h patchMeIn@localhost toggle" "mpc -h patchMeIn@localhost toggle"
m:0x58 + c:33 m:0x58 + c:33
Alt+Mod2+Mod4 + p Alt+Mod2+Mod4 + p
# next key = next song # next key = next song
#"cmus-remote --next"
"mpc -h patchMeIn@localhost next" "mpc -h patchMeIn@localhost next"
m:0x10 + c:171 m:0x10 + c:171
XF86AudioNext XF86AudioNext
#"cmus-remote --next"
"mpc -h patchMeIn@localhost next" "mpc -h patchMeIn@localhost next"
m:0x58 + c:60 m:0x58 + c:60
Alt+Mod2+Mod4 + period Alt+Mod2+Mod4 + period
# prev key = previous song # prev key = previous song
#"cmus-remote --prev"
"mpc -h patchMeIn@localhost prev" "mpc -h patchMeIn@localhost prev"
m:0x10 + c:173 m:0x10 + c:173
XF86AudioPrev XF86AudioPrev
#"cmus-remote --prev"
"mpc -h patchMeIn@localhost prev" "mpc -h patchMeIn@localhost prev"
m:0x58 + c:59 m:0x58 + c:59
Alt+Mod2+Mod4 + comma Alt+Mod2+Mod4 + comma
# volume up key = Master volume up 1
#"amixer set Master 1+"
# volume up key = Master volume up # volume up key = Master volume up
"ponymix increase 3" "ponymix increase 3"
m:0x10 + c:123 m:0x10 + c:123
XF86AudioRaiseVolume XF86AudioRaiseVolume
#"amixer set Master 1+"
"ponymix increase 3" "ponymix increase 3"
m:0x58 + c:30 m:0x58 + c:30
Alt+Mod2+Mod4 + u Alt+Mod2+Mod4 + u
# volume down key = Master volume down 1 # volume down key = Master volume down 1
#"amixer set Master 1-"
"ponymix decrease 3" "ponymix decrease 3"
m:0x10 + c:122 m:0x10 + c:122
XF86AudioLowerVolume XF86AudioLowerVolume
#"amixer set Master 1-"
"ponymix decrease 3" "ponymix decrease 3"
m:0x58 + c:40 m:0x58 + c:40
Alt+Mod2+Mod4 + d Alt+Mod2+Mod4 + d
# mute volume key = mute alsa Master channel # mute volume key = mute alsa Master channel
#"amixer set Master toggle"
"ponymix toggle" "ponymix toggle"
m:0x10 + c:121 m:0x10 + c:121
XF86AudioMute XF86AudioMute
#"amixer set Master toggle"
"ponymix toggle" "ponymix toggle"
m:0x58 + c:58 m:0x58 + c:58
Alt+Mod2+Mod4 + m Alt+Mod2+Mod4 + m
## End of Multimedia keys ## End of Multimedia keys
## Random keys (F* line of keys)
# Super + Calculator = (speed crunch) # Super + Calculator = (speed crunch)
"speedcrunch" #"speedcrunch"
m:0x10 + c:148 # m:0x10 + c:148
XF86Calculator # XF86Calculator
# Super + Calculator = mathematica # Super + Calculator = mathematica
"mathematica" #"mathematica"
m:0x50 + c:148 # m:0x50 + c:148
XF86Calculator # XF86Calculator
# Sleep key = lock screen with xscreensaver # Sleep key = lock screen with xscreensaver
"xscreensaver-command -lock" "xscreensaver-command -lock"
m:0x10 + c:150 m:0x10 + c:150
XF86Sleep XF86Sleep
## End of F* line of keys
## Left side of keyboard
# WWW key # WWW key
"conkeror" "conkeror"
m:0x10 + c:158 m:0x10 + c:158
@ -110,18 +93,3 @@
#"" #""
#m:0x10 + c:214 #m:0x10 + c:214
#XF86Close #XF86Close
# Roatate windows key
"tuxcmd"
m:0x10 + c:162
XF86RotateWindows
# End of left side of keyboard
## Bottom right keys
# VOIP end call
#""
#m:0x10 + c:231
#Cancel
## End of Bottom right keys