Skip to content

Commit

Permalink
fix: HOTKEY_MAX_VK set to 0x80
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackINT3 committed Jul 13, 2020
1 parent 2c2b2d2 commit dffd2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenArkDrv/arkdrv-api/arkdrv-api.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ typedef struct _MEMORY_OUT {
#pragma pack(pop)

// WinGUI
#define HOTKEY_MAX_VK 0xFF
#define HOTKEY_MAX_VK 0x80
#define HOTKEY_PLACEHOLDER_ID 0x99887766
enum HOTKEY_OPS {
HOTKEY_ENUM,
Expand Down

0 comments on commit dffd2a5

Please sign in to comment.