Skip to content

Commit cf8e01a

Browse files
committed
Remove push-to-talk/push-to-mute functionality
Fixes #77 To keep this repository focused on things that I personally find useful and enjoyable to maintain [1], this commit removes the push-to-talk and push-to-mute functionality, since I don't actually use it. I'm not sure why it never clicked with my workflow, because I certainly think it's cool. This also has the benefit of fixing #77. It seems like something changed recently in Hammerspoon that causes the status message from hammerspoon/microphone.lua to persist on startup. Since this commit removes hammerspoon/microphone.lua, it also resolves this bug. [1] https://github.com/jasonrudolph/keyboard/tree/ddffacf#more-useful-for-me
1 parent ca177c3 commit cf8e01a

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,6 @@ This setup is honed and tested with the following dependencies.
183183

184184
3. You'll be [prompted to allow Karabiner-Elements to load its kernel extension](https://karabiner-elements.pqrs.org/docs/getting-started/installation/#open-karabiner-elements-preferences), followed by a [flurry of prompts related to input monitoring](https://karabiner-elements.pqrs.org/docs/getting-started/installation/#grant-input-monitoring-to-karabiner-elements-processes). Follow the prompts to upgrade your life.
185185
186-
## TODO
187-
188-
- Add [#13](https://github.com/jasonrudolph/keyboard/pull/13) to [features](#features):
189-
- Hold option for push-to-talk/push-to-mute
190-
- Double-tap option to mute/unmute microphone
191-
192186
[customize]: http://dictionary.reference.com/browse/customize
193187
[don't-make-me-think]: http://en.wikipedia.org/wiki/Don't_Make_Me_Think
194188
[karabiner]: https://github.com/tekezo/Karabiner-Elements

hammerspoon/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ require('keyboard.control-escape')
3535
require('keyboard.delete-words')
3636
require('keyboard.hyper')
3737
require('keyboard.markdown')
38-
require('keyboard.microphone')
3938
require('keyboard.panes')
4039
require('keyboard.windows')
4140

hammerspoon/microphone.lua

-60
This file was deleted.

0 commit comments

Comments
 (0)