audio: Cmd/Alt+Shift+A cycles the live audio output#127
Merged
Conversation
Add a keyboard shortcut for the runtime "Audio Out" menu item: Cmd+Shift+A on macOS, Alt+Shift+A on Linux/Windows, cycling the live output forward (Default -> host devices -> Disabled), the same as the menu and reusing cycle_audio_output(). Ignored while a menu/panel is open, so it acts only on a running machine, not the config-screen placeholder. Shift matches the scheme's tier for infrequent, set-and-forget actions (save state, load state, warp limit) and keeps the bare Cmd+A -- which collides with "Select All" muscle memory -- from accidentally silencing or misrouting audio. Documented in the Keyboard Shortcuts panel (panel grown one row), the UI guide table, and the README audio section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Adds a keyboard shortcut for the runtime "Audio Out" menu item (from #124):
Cmd+Shift+Aon macOS,Alt+Shift+Aon Linux/Windows, cycling the live output forward -- Default -> host devices -> Disabled -- the same as the menu, reusingcycle_audio_output(). It's guarded so it only fires on a running machine, not the config-screen placeholder or while a menu/panel is open.Shift (rather than a bare
Cmd+A) matches the scheme's tier for infrequent, set-and-forget actions (save/load state, warp limit), and avoids the "Select All" muscle-memory collision accidentally silencing or misrouting audio.Documented in the in-window Keyboard Shortcuts panel, the UI guide table, and the README audio section.
Verification: clippy
-D warnings+ fmt clean (default and--no-default-features); 1319 tests, 0 failures.🤖 Generated with Claude Code