Skip to content

Commit 6d4db5f

Browse files
authored
Fix Azerty dollar keycode on SDL (#1329)
1 parent a14dff0 commit 6d4db5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hxd/Window.hl.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ class Window {
653653
249 => K.QWERTY_TILDE, // percent
654654
58 => K.QWERTY_SLASH, // slash
655655
33 => K.AZERTY_EXCLAM,
656+
36 => K.QWERTY_SEMICOLON, // dollar
656657

657658
1101 => K.CONTEXT_MENU,
658659
1057 => K.CAPS_LOCK,

0 commit comments

Comments
 (0)