You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now all placed according to their UK layout location, because we map scancode to KeyCode before considering the keyboard layout. Previously I referred to different layouts for ANSI104 and ISO105 and this introduced some errors.
Closes#45
This is the mapping of `KeyCode` to a 106/109-key JIS keyboard:
@@ -129,7 +133,9 @@ This is the mapping of `KeyCode` to a 106/109-key JIS keyboard:
129
133
130
134
Note that the `Oem5` is missing on the 109-key JIS layout, but `Oem9` (Muhenkan), `Oem10` (Henkan/Zenkouho), `Oem11` (Hiragana/Katakana), `Oem12` (Backslash) and `Oem13` (¥) are added.
131
135
132
-
The 106-key is also missing `LWin`, `RWin`, and `Menu`.
136
+
The 106-key is missing `LWin`, `RWin`, and `Menu`.
0 commit comments