Add PushToTalk Spoon to Hammerspoon config

This commit is contained in:
2020-05-06 20:39:48 +01:00
parent e458b4cb19
commit 55f96f74ca
8 changed files with 390 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ hs.loadSpoon('HeadphoneAutoPause')
spoon.HeadphoneAutoPause.autoResume = false
spoon.HeadphoneAutoPause:start()
-- Enable push-to-talk microphone functionality when specific apps are running.
hs.loadSpoon('PushToTalk')
spoon.PushToTalk.app_switcher = { ['TeamSpeak 3'] = 'push-to-talk' }
spoon.PushToTalk:start()
--------------------------------------------------------------------------------
-- Host specific configuration
--------------------------------------------------------------------------------