Fix international keyboard input (Alt/Option+key) for macOS#900
Closed
eFirewall wants to merge 2 commits intoSwordfish90:masterfrom
Closed
Fix international keyboard input (Alt/Option+key) for macOS#900eFirewall wants to merge 2 commits intoSwordfish90:masterfrom
eFirewall wants to merge 2 commits intoSwordfish90:masterfrom
Conversation
- 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.
|
Hi 👋 I've been thinking about a similar fix myself and saw your comment in #895 . However there doesn't seem to be any committed file changes, perhaps a mistake in pushing? Best, |
b65f478 to
8cf3031
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fix resolves keyboard input issues for international layouts where Alt/Option is used for character composition rather than as a Meta modifier.