this repo has no description

hammerspoon: play/pause shortcut

seth.computer 3a0e01bc a637be76

verified
+5
+5
hammerspoon/init.lua
··· 95 95 showVolumeAlert(device:volume()) 96 96 end) 97 97 98 + hs.hotkey.bind(volumeMods, "0", function() 99 + hs.eventtap.event.newSystemKeyEvent("PLAY", true):post() 100 + hs.eventtap.event.newSystemKeyEvent("PLAY", false):post() 101 + end) 102 + 98 103 hs.alert.show("Config loaded")