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
|
||||
maimpick
|
||||
# Print: Record audio or video; Del: kill recording
|
||||
super + {Print,Delete}
|
||||
dmenurecord {,kill}
|
||||
super + Print
|
||||
dmenurecord
|
||||
super + Delete
|
||||
dmenurecord kill
|
||||
|
||||
# Pause audio
|
||||
super + {_,shift +} p
|
||||
mpc {toggle,pause}
|
||||
super + p
|
||||
mpc toggle
|
||||
super + shift + p
|
||||
mpc pause; pauseallmpv
|
||||
# Changes to next/previous tracks
|
||||
super + {comma,period}
|
||||
mpc {prev,next}
|
||||
|
|
Loading…
Reference in a new issue