Add missing keybinding for audio pause

This commit is contained in:
Daniel - 2020-09-01 17:34:28 +02:00
parent fd78ed471c
commit 9f3780b343
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ keyMap c = mkKeymap c $
, ("<XF86AudioNext>", spawn "exec emacsclient -n -e '(emms-next)'")
, ("<XF86AudioPrev>", spawn "exec emacsclient -n -e '(emms-previous)'")
, ("<XF86AudioStop>", spawn "exec emacsclient -n -e '(emms-stop)'")
, ("<XF86AudioPause>", spawn "exec emacsclient -n -e '(emms-pause)'")
]
++
[ ("M-a w", spawn "exec emacsclient -ne '(db/org-clock-in-work-task)' " )