thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
377 stars 33 forks source link

Shortcuts don't work in non-Latin keyboard layout #176

Closed prokoudine closed 4 years ago

prokoudine commented 4 years ago

When Russian keyboard layout is active, shortcuts like Ctrl+C / Ctrl+V / Ctrl+P don't work. This is strange as GTK+ apps usually don't have this issue on Linux.

thezbyg commented 4 years ago

Should be fixed now. Keyboard event handling code wrongly assumed that GTK event key values were keyboard layout independent.

prokoudine commented 4 years ago

Yeah, seems fixed now!