Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Incomplete
-
Affects Version/s: 4.7.0
-
Fix Version/s: None
-
Component/s: Core: Event loop
-
Labels:None
-
Environment:Mac OS X 10.6.3, Qt 4.7 beta for Cocoa
-
Platform/s:
Description
I can't type backslash(U+005C, REVERSE SOLIDUS) with JIS(Japanese) keyboard in Qt apps.
When I tried to input backslash, it becomes YEN SIGN(U+00A5).
I checked it on MacBook with Japanese keyboard(Mac OS X 10.6.3).
Using this keyboard, usually I can input backslash via pressing alt + yen-sign key.
ex. TextEdit.app
I attached the log when I enabled debug outputs in src/gui/qkeymapper_mac.cpp.
I typed 2 characters to QLineEdit.
First one is YEN SIGN(pressing only yen-sign key).
Second one is backslash(pressing alt + yen-sign key).