Skip to content

Commit

Permalink
Added macOS key mappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
captainys committed Feb 20, 2024
1 parent aa7f4d9 commit 56d90c6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/fssimplewindow/src/macosx/fsmacosxwrapperobjc.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,37 +105,37 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
0, // 30
0, // 31
FSKEY_SPACE, // 32
0, // 33
0, // 34
0, // 35
0, // 36
0, // 37
0, // 38
FSKEY_SINGLEQUOTE, // 39
0, // 40
0, // 41
0, // 42
FSKEY_1, // 33
FSKEY_2, // 34
FSKEY_3, // 35
FSKEY_4, // 36
FSKEY_5, // 37
FSKEY_6, // 38
FSKEY_7, // 39
FSKEY_9, // 40
FSKEY_0, // 41
FSKEY_8, // 42
FSKEY_PLUS, // 43
FSKEY_COMMA, // 44
FSKEY_MINUS, // 45
FSKEY_DOT, // 46
FSKEY_SLASH, // 47
FSKEY_0, // 48
FSKEY_1, // 49
FSKEY_2, // 50
FSKEY_2, // 50 .
FSKEY_3, // 51
FSKEY_4, // 52
FSKEY_5, // 53
FSKEY_6, // 54
FSKEY_TILDA, // 54 .
FSKEY_7, // 55
FSKEY_8, // 56
FSKEY_8, // 56 .
FSKEY_9, // 57
FSKEY_COLON, // 58
FSKEY_SEMICOLON, // 59
0, // 60
0, // 61
0, // 62
0, // 63
FSKEY_COMMA, // 60 <
FSKEY_MINUS, // 61 =
FSKEY_DOT, // 62 >
FSKEY_SLASH, // 63
FSKEY_AT, // 64
FSKEY_A, // 65
FSKEY_B, // 66
Expand Down Expand Up @@ -166,9 +166,9 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
FSKEY_LBRACKET, // 91
FSKEY_BACKSLASH, // 92
FSKEY_RBRACKET, // 93
0, // 94
0, // 95
0, // 96
FSKEY_6, // 94 ^
FSKEY_MINUS, // 95
FSKEY_TILDA, // 96
FSKEY_A, // 97
FSKEY_B, // 98
FSKEY_C, // 99
Expand Down Expand Up @@ -196,7 +196,7 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
FSKEY_Y, // 121
FSKEY_Z, // 122
FSKEY_LBRACKET, // 123
0, // 124
FSKEY_BACKSLASH, // 124 |
FSKEY_RBRACKET, // 125
FSKEY_TILDA, // 126
FSKEY_BS, // 127
Expand Down

0 comments on commit 56d90c6

Please sign in to comment.