Created
April 2, 2015 12:38
-
-
Save alco/79e23efd15b96e85bc67 to your computer and use it in GitHub Desktop.
Remap LShift+Space to underscore (_) on OS X in Karabiner's private.xml
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 Shift_L-Space to Underscore (_)</name> | |
<appendix>Easier to type this way.</appendix> | |
<identifier>shift_space_to_underscore</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::SPACE, | |
ModifierFlag::SHIFT_L, | |
KeyCode::MINUS, | |
ModifierFlag::SHIFT_L | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment