Skip to content

Commit

Permalink
Add UiohookKey.NumpadEnter (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Drozdov <[email protected]>
  • Loading branch information
NoahAndrews and SnosMe committed Mar 29, 2024
1 parent 81e77c6 commit 2e01ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export enum WheelDirection {
export const UiohookKey = {
Backspace: 0x000E,
Tab: 0x000F,
Enter: 0x001C,
Enter: 0x0E1C,
CapsLock: 0x003A,
Escape: 0x0001,
Space: 0x0039,
Expand Down Expand Up @@ -138,6 +138,7 @@ export const UiohookKey = {
NumpadSubtract: 0x004A,
NumpadDecimal: 0x0053,
NumpadDivide: 0x0E35,
NumpadEnter: 0x001C,
NumpadEnd: 0xEE00 | 0x004F,
NumpadArrowDown: 0xEE00 | 0x0050,
NumpadPageDown: 0xEE00 | 0x0051,
Expand Down

0 comments on commit 2e01ba2

Please sign in to comment.