Finally fix for Shift+2 on macOS on English keyboard layout (fix #1627)

Previous fix in 9378379cb8 works only for
Spanish layout.
This commit is contained in:
David Capello 2017-12-13 12:27:57 -03:00
parent 4c9e67de18
commit 8a738bd440

View File

@ -85,7 +85,7 @@ static KeyScancode from_char_to_scancode(int chr)
kKeyEquals, // 61 = 3D = =
kKeyNil, // 62 = 3E = >
kKeyNil, // 63 = 3F = ?
kKeyAt, // 64 = 40 = @
kKeyNil, // 64 = 40 = @
kKeyA, // 65 = 41 = A
kKeyB, // 66 = 42 = B
kKeyC, // 67 = 43 = C