Skip to content

Instantly share code, notes, and snippets.

@alco
Created April 2, 2015 12:38
Show Gist options
  • Save alco/79e23efd15b96e85bc67 to your computer and use it in GitHub Desktop.
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
<?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