Created
February 18, 2016 09:22
-
-
Save anonymous/543ba523926e60161b06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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