Skip to content

Commit

Permalink
feat: support the Clear key
Browse files Browse the repository at this point in the history
Closes #752
  • Loading branch information
groverlynn authored and lotem committed Feb 8, 2024
1 parent 4c57470 commit 5364b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos_keycode.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int osx_modifiers_to_rime_modifiers(unsigned long modifiers)
{OSX_VK_KEYPAD_7, XK_KP_7},
{OSX_VK_KEYPAD_8, XK_KP_8},
{OSX_VK_KEYPAD_9, XK_KP_9},
//OSX_VK_KEYPAD_CLEAR -> ?
{OSX_VK_KEYPAD_CLEAR, XK_Clear},
{OSX_VK_KEYPAD_COMMA, XK_KP_Separator},
{OSX_VK_KEYPAD_DOT, XK_KP_Decimal},
{OSX_VK_KEYPAD_EQUAL, XK_KP_Equal},
Expand Down

0 comments on commit 5364b5a

Please sign in to comment.