Skip to content

Fix Windows AltGr input in text fields#2864

Open
jacob-sheng wants to merge 1 commit intogitui-org:masterfrom
jacob-sheng:fix-altgr-textinput
Open

Fix Windows AltGr input in text fields#2864
jacob-sheng wants to merge 1 commit intogitui-org:masterfrom
jacob-sheng:fix-altgr-textinput

Conversation

@jacob-sheng
Copy link

@jacob-sheng jacob-sheng commented Feb 26, 2026

Fixes #2848.

On Windows, AltGr is commonly reported as Ctrl+Alt. Text input previously only inserted chars when neither Ctrl nor Alt were set, so AltGr-generated characters were dropped/(ㄒoㄒ)/

This change treats Ctrl+Alt+Char as regular character input on Windows, while preserving existing Ctrl+Alt shortcuts.

Tests: cargo test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot type AltGr-bound characters in the commit field

1 participant