feat: add adaptive shortcut recording and management - #339
Merged
Conversation
Replace free-form keybinding entry rows with chips, press-to-bind recording, per-row reset, raw text override, and explicit conflict replacement so users can edit shortcuts without learning the string syntax.
Parse Super, Meta, Logo, Win, and Windows as one modifier, match it at runtime from the Wayland logo flag, and record it in the configurator when the desktop delivers the chord.
Let Back/Forward/Extra mouse buttons and stylus barrels share the keybinding table so they can be recorded and dispatched without changing primary drawing buttons or silently dropping legacy tablet assignments.
Allow Ctrl+K then Ctrl+C style chords so related actions can share a prefix without delaying existing single shortcuts or surviving focus and modal boundaries.
Let users filter, sort, and reset many keybindings from one screen while reusing the existing row editor, recorder, and conflict flow.
…w bugs Same-action prefix conflicts, swallowed recorder clicks, and mismatched device button mappings could discard a user's keymap or make sequences impossible to finish; resolve those so the recorder, conflict UI, and runtime stay usable.
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
Overhauls Wayscriber’s keybinding experience while preserving the existing text-based configuration format.
Ctrl+K > Ctrl+C.Runtime behavior
Configuration safety