You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent duplicate modifier display when recording single modifier key
When pressing Shift alone, flags contains .maskShift AND keyCode maps
to "⇧", causing displayComponents to show ["⇧", "⇧"]. Now excludes
the modifier flag that corresponds to the key being pressed itself
using KeyCode.getKeyMask(code) to identify self-referencing flags.
Only affects display - matching logic (matchesMosInput) unchanged.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments