Add a persistent, menu-configurable push-to-talk key - #7
Open
adpadillar wants to merge 1 commit into
Open
Conversation
adpadillar
force-pushed
the
feature/ui-configurable-hotkey
branch
from
July 29, 2026 20:16
5c40e9e to
37d9676
Compare
Contributor
|
Haha appreciate the vibe coding warning at the top. will review this later this evening or tomorrow! |
Author
|
yep also happy to follow up if needed @dremnik, really just made this change for myself and pushed to see if it made sense for others |
|
great addition. especially seens it seems the command from documentation isn't working
|
|
Nice, looks like a lot of us are feeling this pain |
FernandoGomes83
added a commit
to FernandoGomes83/parrot
that referenced
this pull request
Jul 31, 2026
FernandoGomes83
added a commit
to FernandoGomes83/parrot
that referenced
this pull request
Jul 31, 2026
Default inject mode is now paste (⌘V with full pasteboard snapshot/restore) — terminals and Electron apps drop synthesized unicode key events but all handle paste. --inject-mode type-unicode keeps the old behavior. Hotkey/overlay parts of digimata#4 were skipped; they are superseded by the digimata#7 merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slop warning, vibecoded PR using 5.6 Sol. Feel free to close but I think it can be useful
--- everything from here down is AI generated ---
Third-party keyboards such as Logitech models commonly handle Fn entirely in firmware, so macOS never receives the event Parrot currently requires. This makes the daemon appear to run normally while push-to-talk can never start. The README advertises a hotkey override, but the corresponding CLI option was not implemented.
This adds a checked Push-to-talk key submenu to the menu-bar UI with left/right Option, Command, Control, and Shift alternatives. Selections take effect immediately, persist through UserDefaults, and can also be set with the documented
--hotkeyoption. Left/right modifiers are distinguished by hardware keycode because each pair shares a CGEvent flag, and the Fn-specific doctor check is skipped when Fn is not selected.