Skip to content

Instantly share code, notes, and snippets.

Created February 18, 2016 09:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/543ba523926e60161b06 to your computer and use it in GitHub Desktop.
Save anonymous/543ba523926e60161b06 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Remap ShiftL + F19 to Caps Lock</name>
<appendix>(ShiftL + F19 to Caps Lock)</appendix>
<identifier>usercustom.f19_shift_l_to_caps</identifier>
<autogen>
__KeyToKey__
KeyCode::F19, ModifierFlag::SHIFT_L,
KeyCode::CAPSLOCK
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment