mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
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:
parent
4c9e67de18
commit
8a738bd440
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user