Skip to content

Commit

Permalink
Add enum for Ctrl+Break special key (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodikuu authored Sep 29, 2023
1 parent 8244a3c commit 08b2c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/matoya.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ typedef enum {
MTY_KEY_NUM_LOCK = 0x145, ///< Num Lock
MTY_KEY_SCROLL_LOCK = 0x046, ///< Scroll Lock
MTY_KEY_PAUSE = 0x045, ///< Pause/Break
MTY_KEY_SIGBREAK = 0x146, ///< Ctrl + Pause/Break (Windows)
MTY_KEY_NP_7 = 0x047, ///< 7 (numpad)
MTY_KEY_HOME = 0x147, ///< Home
MTY_KEY_NP_8 = 0x048, ///< 8 (numpad)
Expand Down

0 comments on commit 08b2c49

Please sign in to comment.