mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-27 15:54:09 +00:00
Fix international keyboard input (Alt/Option+key) for macOS
- Fix Alt+2 not producing @ symbol on Spanish keyboards - Detect when Alt/Option generates special characters (like @, |, €, £, etc.) - Skip ESC prefix for international character composition - Improve inputMethodEvent handling for better Input Method support - Add copilot-instructions.md to .gitignore This fix resolves keyboard input issues for international layouts where Alt/Option is used for character composition rather than as a Meta modifier.
This commit is contained in:
parent
f157648d1e
commit
c668f588e7
3
.gitignore
vendored
3
.gitignore
vendored
@ -48,3 +48,6 @@ cool-retro-term
|
|||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# AI Copilot instructions
|
||||||
|
.github/copilot-instructions.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user