mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
Update PushToTalk spoon to check list of apps when starting
These changes have been submitted as a PR against the main Spoons repository here: https://github.com/Hammerspoon/Spoons/pull/169
This commit is contained in:
@@ -30,6 +30,7 @@ spoon.HeadphoneAutoPause:start()
|
||||
|
||||
-- Enable push-to-talk microphone functionality when specific apps are running.
|
||||
hs.loadSpoon('PushToTalk')
|
||||
spoon.PushToTalk.detect_on_start = true
|
||||
spoon.PushToTalk.app_switcher = { ['TeamSpeak 3'] = 'push-to-talk' }
|
||||
spoon.PushToTalk:start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user