Add stop shortcut for main music hydra

So far, only a toggle for playing and pausing was available.  Providing a
shortcut for `emms-stop` makes unconditionally sure the music is stoped.

Funnily(?), this also replaces an obsolete shortcut for `emms-show`.
This commit is contained in:
Daniel - 2021-06-13 18:05:40 +02:00
vecāks 4dfdee33ad
revīzija c2f2b23a6c
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 1C7071A75BB72D64
1 mainīti faili ar 4 papildinājumiem un 3 dzēšanām

Parādīt failu

@ -106,18 +106,19 @@ more details."
Playing: %s(db/emms-track-status)
_n_: ?n? _p_: ?p?
_RET_: ?RET? _M_: ?M?
_RET_: ?RET? _s_: ?s?
_-_: lower volume _+_: ?+?
_P_: ?P?
_M_: ?M?
"
("n" emms-next "next")
("p" emms-previous "previous")
("RET" emms-pause "play/pause")
("s" emms-show "show title")
("s" emms-stop "stop playing")
("-" emms-volume-lower "lower volume")
("+" emms-volume-raise "raise volume")
("M" emms "show playlist")
("M" emms "Show playlist in new EMMS buffer")
("P" (db/play-auto-playlist)
"Play automatically generated playlist"))