-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
It is not possible to enter the letters Ś and ś in Polish language. #4834
Comments
|
Pressing Right Alt + S on "polish programmer keyboard" layout - standard layout in Poland - generates Ctrl-Alt-S keyboard event. |
Ok I think I understand how to fix this. We'd need to make sure not to match the shortcut if Alt is pressed. Just to make sure, is Ctrl-S a normal shortcut to use for a Save command in a Polish localization? |
Yes it is. Even though 'Save' is "Zapisz' in Polish, It wasn't changed as Ctrl+S is a standard shortcut in all Polish-localized software for saving data, probably thanks to popularity of Microsoft Office. |
|
Bump, this is a breaking issue. People on the Polish forum complain about this. |
Unlike many shortcuts in iD, the Save button’s shortcut isn’t localizable: Line 20 in 6ce2c5e
For consistency with the other ⌘ and ⇧⌘ shortcuts, the S in Ctrl+S should be localizable. But the problem affecting Polish keyboard layouts appears to because d3 maps iD/modules/lib/d3.keybinding.js Lines 83 to 86 in 6ce2c5e
|
I'll tag it as "help wanted". I think the people complaining are also in the best position to actually submit a pull request with a fix. |
|
This problem doesn't occur with latest version of Chrome. I don't know what they changed. |



It is not possible during editing to enter the letters Ś and ś in Polish language.
By choosing the alt(right)+s combination instead of the letter ś, the ID editor tries to save changes.
OS Windows 10 64bit
Webbrowser Firefox 58.0.2 (32 bity), Opera 50.0.2762.67 (PGO)
The text was updated successfully, but these errors were encountered: