We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c57470 commit 5364b5aCopy full SHA for 5364b5a
macos_keycode.m
@@ -89,7 +89,7 @@ int osx_modifiers_to_rime_modifiers(unsigned long modifiers)
89
{OSX_VK_KEYPAD_7, XK_KP_7},
90
{OSX_VK_KEYPAD_8, XK_KP_8},
91
{OSX_VK_KEYPAD_9, XK_KP_9},
92
- //OSX_VK_KEYPAD_CLEAR -> ?
+ {OSX_VK_KEYPAD_CLEAR, XK_Clear},
93
{OSX_VK_KEYPAD_COMMA, XK_KP_Separator},
94
{OSX_VK_KEYPAD_DOT, XK_KP_Decimal},
95
{OSX_VK_KEYPAD_EQUAL, XK_KP_Equal},
0 commit comments