Skip to content

Instantly share code, notes, and snippets.

@sevein
Created December 30, 2011 05:48
Show Gist options
  • Save sevein/1538130 to your computer and use it in GitHub Desktop.
Save sevein/1538130 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook config file to make the backslash available in my keyboard from USA (using SPANISH_ISO in OSX).
<?xml version="1.0"?>
<root>
<item>
<name>get_backslash_spanish_keyboard</name>
<inputmodedetail_only>SPANISH_ISO</inputmodedetail_only>
<identifier>private.get_backslash_spanish_keyboard</identifier>
<autogen>--KeyToKey-- KeyCode::SPANISH_LESS_THAN, ModifierFlag::OPTION_R, KeyCode::SPANISH_ORDINAL_INDICATOR, ModifierFlag::OPTION_R</autogen>
</item>
</root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment