add more xbindkeys packages
This commit is contained in:
parent
26e0879c80
commit
ca3771e418
|
@ -0,0 +1,15 @@
|
|||
# General GNU/Linux config
|
||||
"amixer set Master 5%+"
|
||||
XF86AudioRaiseVolume
|
||||
"amixer set Master 5%-"
|
||||
XF86AudioLowerVolume
|
||||
"amixer set Speaker toggle"
|
||||
m:0x0 + c:140
|
||||
"sudo zzz"
|
||||
XF86Sleep
|
||||
"setxkbmap us"
|
||||
Control + 1
|
||||
"setxkbmap ru"
|
||||
Control + 2
|
||||
"scrot -s"
|
||||
Shift + Print
|
|
@ -0,0 +1,15 @@
|
|||
# FreeBSD setup for my Unicomp EnduraPro keyboard
|
||||
"mixer vol +5"
|
||||
Control + Alt + Right
|
||||
"mixer vol -5"
|
||||
Control + Alt + Left
|
||||
"mixer vol mute"
|
||||
Control + Alt + Up
|
||||
"doas /usr/sbin/zzz"
|
||||
Control + Pause
|
||||
"setxkbmap us"
|
||||
Control + 1
|
||||
"setxkbmap ru"
|
||||
Control + 2
|
||||
"scrot -s"
|
||||
Shift + Print
|
Loading…
Reference in New Issue