Commit a11d24a
committed
Fix PC mode detection for non-printable key inputs
Move schedulePCSwitch() call before input classification so all
local keystrokes (arrows, enter, backspace, ctrl) trigger the
switch back to PC mode, not just printable characters.1 parent 87ed36a commit a11d24a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
393 | 396 | | |
394 | 397 | | |
395 | 398 | | |
| |||
408 | 411 | | |
409 | 412 | | |
410 | 413 | | |
411 | | - | |
412 | 414 | | |
413 | 415 | | |
414 | 416 | | |
| |||
0 commit comments