I hereby claim:
- I am mikeyp on github.
- I am mikey_p (https://keybase.io/mikey_p) on keybase.
- I have a public key ASAgV94YdqtQYImyx-wLC26un9olZsODy9fs_BIenRbNKgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
local function togglePlayPause() | |
hs.applescript([[ | |
tell application "System Events" | |
tell process "TIDAL" | |
click menu item 0 of menu "Playback" of menu bar 1 | |
end tell | |
end tell | |
]]) | |
end |