Simplify the keyboard shortcuts for media handling
This commit is contained in:
parent
e98a39091e
commit
cfff403773
1 changed files with 6 additions and 6 deletions
|
@ -81,13 +81,13 @@ screensaver=['<Super>Escape']
|
||||||
logout=@as []
|
logout=@as []
|
||||||
|
|
||||||
# Besides the numkeys, we use "/", ".", and "," to control the media
|
# Besides the numkeys, we use "/", ".", and "," to control the media
|
||||||
play=['<Primary>KP_5', '<Super><Primary>Slash']
|
play=['<Primary><Alt>Slash']
|
||||||
next=['<Primary>KP_6', '<Super><Primary>Period']
|
next=['<Primary><Alt>Right']
|
||||||
previous=['<Primary>KP_4', '<Super><Primary>Comma']
|
previous=['<Primary><Alt>Left']
|
||||||
# Note: I often type "m" for "mute" intuitively
|
# Note: I often type "m" for "mute" intuitively
|
||||||
volume-mute=['<Primary>KP_0', '<Primary><Alt>Slash', '<Super><Primary>M', '<Primary><Alt>M']
|
volume-mute=['<Primary><Alt>M']
|
||||||
volume-up=['<Primary>KP_8', '<Primary><Alt>Period']
|
volume-up=['<Primary><Alt>Up']
|
||||||
volume-down=['<Primary>KP_2', '<Primary><Alt>Comma']
|
volume-down=['<Primary><Alt>Down']
|
||||||
|
|
||||||
magnifier=@as []
|
magnifier=@as []
|
||||||
magnifier-zoom-in=@as []
|
magnifier-zoom-in=@as []
|
||||||
|
|
Loading…
Reference in a new issue