- Timestamp:
- Mar 19, 2007 1:47:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboardNew.cpp
r1556 r1558 95 95 if (uKeyCode == 208) /* Japanese Hiragana to Katakana */ 96 96 wineKbdInfo->wScan = 0x70; 97 else if (uKeyCode == 211) /* Japanese backslash/underscore */ 97 else if (uKeyCode == 211) /* Japanese backslash/underscore and Brazilian 98 backslash/question mark */ 98 99 wineKbdInfo->wScan = 0x73; 99 100 /* If we couldn't find a translation, we just return 0. */
Note:
See TracChangeset
for help on using the changeset viewer.