Skip to content
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

Shorcut problem in the editor #68

Open
target888 opened this issue Jan 28, 2016 · 1 comment
Open

Shorcut problem in the editor #68

target888 opened this issue Jan 28, 2016 · 1 comment

Comments

@target888
Copy link

The shortcut code have a problem. I cant write @£$} on the editor. The reason is that on Swedish keyboard they are located on AltGr+2 3 4 0.
Altgr triggers key code 17 and 18. on of them is the same as ctrl and the format text is triggers and the character is not added to the field
I found the genererade key codes in FF and the same bug exist in Chrome and Edge on Windows 10.

The shortcut code had to be change to detect only a real ctrl key and not AltGr

@ignacy130
Copy link

Same thing for polish special characters. When trying to input ż or ź (alt+z, alt+x respectively) 'revert' command is triggered, like ctrl+z.

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

No branches or pull requests

2 participants