Skip to content

Commit

Permalink
chore: rename oem to normal characters
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Oct 5, 2024
1 parent 5075bf6 commit f46ac5d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/tosu/src/utils/bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ export enum VirtualKeyCode {
D7,
D8,
D9,
Decimal = 110,
'.' = 110,
Delete = 46,
Divide = 111,
'/' = 111,
Down = 40,
E = 69,
End = 35,
Expand Down Expand Up @@ -172,20 +172,20 @@ export enum VirtualKeyCode {
NumPad8,
NumPad9,
O = 79,
OemSemicolon = 186,
OemBackslash = 226,
OemQuestion = 191,
OemTilde,
OemOpenBrackets = 219,
OemPipe,
OemCloseBrackets,
OemQuotes,
';' = 186,
'\\' = 226,
'?' = 191,
'~',
'[' = 219,
'|',
']',
'"',
Oem8,
OemClear = 254,
OemComma = 188,
OemMinus,
OemPeriod,
OemPlus = 187,
',' = 188,
'-',
'. ',
'+' = 187,
P = 80,
Pa1 = 253,
PageDown = 34,
Expand Down

0 comments on commit f46ac5d

Please sign in to comment.