New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't enter "ł" (Polish letter) using external keyboard on iOS #474
Comments
FIX: Use Ctrl-l, not Alt-l, to bind `selectLine` on macOS, to avoid conflicting with special-character-insertion bindings. Issue codemirror/codemirror.next#474
|
This is probably because the editor binds Alt-l to |
|
Seems like the patch only changed the comments but not the code itself... I got a report about this too recently. |
|
Ugh, sorry, I got distracted halfway through. Followed up with another patch. |
|
Looks all good to me Thanks @marijnh for the quick reply :) |
|
Heya @marijnh any idea when will this be added to a release? Using an app built on CodeMirror 6 as my daily driver, kinda impacting my workflow quite a lot. |
|
Ah, right. I've tagged @codemirror/commands 0.18.2 |
Can't enter "ł" (Polish letter) using external keyboard on iOS which is done by pressing
alt+l. Doesn't work on the codemirror website, or in any app using CodeMirror 6. All other Polish diacritic letters work (ó, ż, ź, ą, ę, ś, ć, ń).Tested this on Windows & Android - working all good. So only applies to iOS/iPadOS 14.4 (version I'm currently using).
The text was updated successfully, but these errors were encountered: