mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add PushToTalk Spoon to Hammerspoon config
This commit is contained in:
@@ -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
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user