Skip to content

Instantly share code, notes, and snippets.

@KyuDounSim
Forked from styxyang/numlock_osx.xml
Created July 26, 2022 03:36
Show Gist options
  • Save KyuDounSim/ca558493f198a8ee857af37c1e543c23 to your computer and use it in GitHub Desktop.
Save KyuDounSim/ca558493f198a8ee857af37c1e543c23 to your computer and use it in GitHub Desktop.
This is a Karabiner configuration to get NumLock work on OS X the same way as PC
<!-- Get NumLock on keypad to work on osx for G80-3494, Realforce and so on -->
<!-- By https://groups.google.com/d/msg/osx-karabiner/-2ns5XVXXdQ/kDGIKVSztjwJ -->
<item>
<name>Map NumLock to OSX NumLock function</name>
<identifier>private.pc_numlock_to_mac_numlock</identifier>
<autogen>__KeyToKey__ KeyCode::KEYPAD_CLEAR, KeyCode::VK_IOHIKEYBOARD_TOGGLE_NUMLOCK</autogen>
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment