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(RuntimeInput): enhance hotkey binding and modifier detection
- Updated PrimaryKeyMatches method to include PhysicalKeycode for improved key event matching.
- Enhanced IsModifierPressed method to return true when the modifier kind matches the key event, improving accuracy in modifier detection.
- Refactored modifier key parsing to differentiate between left and right variants, ensuring more precise handling of modifier keys.
0 commit comments