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(desktop): exclude AltGr from Ctrl shortcuts, import KeyEvent
Windows reports AltGr as Ctrl+Alt, so typing AltGr characters (e.g. @ on
German layouts = AltGr+Q) would have fired shortcuts — including quit.
Require Alt up on the Ctrl path. Also import KeyEvent instead of
repeating the FQN (no clash exists in this file).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments