ladybird/Userland
Paweł Łukasik 26be6176ad TextEditor: Allow typing AltGr+letter into editor
Previous check did not allow AltGr+letter to be used due to
AltGr being emulated as Ctrl+Alt. That caused .ctrl() to be true.

In the new code we check that ctrl() is not set or if it is set,
it is with altgr() and if so, we pass the character into the editor.
2022-05-13 21:16:49 +02:00
..
Applets
Applications
Demos
DevTools
DynamicLoader
Games
Libraries TextEditor: Allow typing AltGr+letter into editor 2022-05-13 21:16:49 +02:00
Services
Shell
Utilities
CMakeLists.txt