Remove PushToTalk Hammerspoon Spoon

I didn't end up using it much in the end.
This commit is contained in:
2020-07-04 13:21:47 +01:00
parent 8e866fbdd5
commit 60e03a5f3c
8 changed files with 0 additions and 422 deletions

View File

@@ -28,12 +28,6 @@ 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.detect_on_start = true
spoon.PushToTalk.app_switcher = { ['TeamSpeak 3'] = 'push-to-talk' }
spoon.PushToTalk:start()
--------------------------------------------------------------------------------
-- Host specific configuration
--------------------------------------------------------------------------------