Commit 66eaa02
fix(gui): prevent AccessibilityHelp dialog from interfering with typing '?' (#322)
The keyboard shortcut Ctrl+Shift+? for opening the accessibility help dialog
was potentially interfering with typing '?' on some keyboard layouts.
Added explicit checks for !e.altKey and !e.metaKey to ensure only the exact
key combination Ctrl+Shift+? triggers the dialog, not any variant that might
occur on different keyboard layouts.
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 3aed5ae commit 66eaa02
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
272 | 274 | | |
273 | 275 | | |
274 | 276 | | |
| |||
0 commit comments