threedeyes / qthaikuplugins

Qt5 plugins for haiku platform
GNU General Public License v3.0
13 stars 4 forks source link

"\_" key in japanese layout is not working #12

Closed X547 closed 4 years ago

X547 commented 4 years ago

Platform: Haiku hrev53693 gcc2hybrid Version: 5.14.0-1

When text field is focused, pressing "_" key in japanese layout (most right bottom key) have no effect. This key work in native applications.

threedeyes commented 4 years ago

I can't reproduce this bug. Can you show (video for example) how you do it? I try switch to Japanese layout with Preferences->Keymap and underbar "_" placed on "0" key (with shift).

X547 commented 4 years ago

I mean this key: Layout JP (2) It is not present in US layout.

https://github.com/X547/HaikuUtils/tree/master/ScreenKeyboard can be used for testing.

threedeyes commented 4 years ago

Hmm. I change keyboard layout in Keymap preflet to Japanese, but i have US layout instead Jp. screenshot78

X547 commented 4 years ago

This is Japanese layout. Japanese layout use English alphabet. Try to click bottom "\" button when text field of some Qt5 application is focused.

threedeyes commented 4 years ago

I see, thnx. It key (107 scancode) not mapped in QPA. screenshot79

threedeyes commented 4 years ago

Fixed (i hope). Update qthaikuplugins from repo and try again please.

X547 commented 4 years ago

Fix confirmed.