Add locked Fn dictation and optional output mute - #5
Open
augiefra wants to merge 1 commit into
Open
Conversation
augiefra
marked this pull request as ready for review
July 30, 2026 07:14
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.
Summary
Adds an opt-in hands-free dictation flow while preserving the existing hold-to-talk behavior.
fnto keep recording after release.fnonce more to stop a locked recording.--mute-outputto silence the current output route while recording, then restore its prior mute or volume state.Implementation
The gesture recognition is a small, testable state machine separate from audio capture and UI. The output mute controller uses current
AudioObjectAPIs and is deliberately opt-in so existing users keep today’s audio behavior.Validation
swift test— 5 gesture tests passed.git diff --checkpassed.Coordination
This overlaps with #4 in
HotkeyMonitorand part ofRecordingOverlay. If #4 lands first, I can rebase this PR and retain only the locked-dictation/audio-specific changes.Contribution terms
The repository does not currently declare a LICENSE. I am offering these changes to the repository maintainer for review; a project license or contribution policy would make the intended redistribution terms explicit.