Karabiner: Added config

This commit is contained in:
2024-12-05 09:19:58 +01:00
parent 669935cb7d
commit 5996e6116e
2 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- If Spotify is running, toggle play/pause. Otherwise do nothing
if application "Spotify" is running then
using terms from application "Spotify"
tell application "Spotify" to playpause
end using terms from
end if