Skip to content

Commit

Permalink
Refine key definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Jan 29, 2024
1 parent 363d35d commit 2d98ddd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ enum _MMKeyCode {
K_DIVIDE = XK_KP_Divide,
K_MULTIPLY = XK_KP_Multiply,
K_ENTER = XK_KP_Enter,
K_CLEAR = XK_Clear,

K_0 = XK_0,
K_1 = XK_1,
Expand All @@ -318,8 +319,6 @@ enum _MMKeyCode {
K_7 = XK_7,
K_8 = XK_8,
K_9 = XK_9,
K_ENTER = XK_Return,
K_CLEAR = XK_Clear,

K_NUMPAD_0 = XK_KP_0,
K_NUMPAD_1 = XK_KP_1,
Expand Down Expand Up @@ -529,7 +528,6 @@ enum _MMKeyCode {
K_7 = VK_7,
K_8 = VK_8,
K_9 = VK_9,
K_ENTER = VK_RETURN,

K_NUMPAD_0 = VK_NUMPAD0,
K_NUMPAD_1 = VK_NUMPAD1,
Expand Down

0 comments on commit 2d98ddd

Please sign in to comment.