lines
This commit is contained in:
parent
5b24d967cd
commit
05a1efcf6e
1 changed files with 8 additions and 4 deletions
|
@ -69,12 +69,16 @@ Print
|
||||||
shift + Print
|
shift + Print
|
||||||
maimpick
|
maimpick
|
||||||
# Print: Record audio or video; Del: kill recording
|
# Print: Record audio or video; Del: kill recording
|
||||||
super + {Print,Delete}
|
super + Print
|
||||||
dmenurecord {,kill}
|
dmenurecord
|
||||||
|
super + Delete
|
||||||
|
dmenurecord kill
|
||||||
|
|
||||||
# Pause audio
|
# Pause audio
|
||||||
super + {_,shift +} p
|
super + p
|
||||||
mpc {toggle,pause}
|
mpc toggle
|
||||||
|
super + shift + p
|
||||||
|
mpc pause; pauseallmpv
|
||||||
# Changes to next/previous tracks
|
# Changes to next/previous tracks
|
||||||
super + {comma,period}
|
super + {comma,period}
|
||||||
mpc {prev,next}
|
mpc {prev,next}
|
||||||
|
|
Loading…
Reference in a new issue