Move mic mute key to Pause
When I rebuilt my windows box, the newer version of synergy I got started binding Scroll Lock to a global "Lock cursor to screen" thing and so this must move. Also Waynergy never handled Pause correctly and I never noticed.
This commit is contained in:
parent
4bb78b2cb5
commit
8ed1d8bcf6
2 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,8 @@ bindsym $mod+Shift+s exec "~/bin/screenshot"
|
|||
# open the front door camera on win+shift+f
|
||||
bindsym $mod+Shift+f exec "~/bin/view_frontdoor"
|
||||
|
||||
# mic mute toggle on win+shift+m and ScrollLock
|
||||
bindsym Scroll_Lock exec "~/bin/mic_mute"
|
||||
# mic mute toggle on win+shift+m and Pause
|
||||
bindsym Pause exec "~/bin/mic_mute"
|
||||
bindsym $mod+Shift+m exec "~/bin/mic_mute"
|
||||
|
||||
# kill focused window
|
||||
|
|
|
@ -35,6 +35,7 @@ offset_on_explicit = false
|
|||
349 = 135 #MENU
|
||||
311 = 218 #PRINT
|
||||
|
||||
69 = 127 #PAUSE
|
||||
284 = 104 #KPEN
|
||||
325 = 77 #NMLK
|
||||
309 = 106 #KP/
|
||||
|
|
Loading…
Add table
Reference in a new issue