Created
July 5, 2012 09:23
-
-
Save behrends/3052531 to your computer and use it in GitHub Desktop.
Easy access to Umlauts on MacOS X using KeyRemap4MacBook
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>Easy access for Umlauts</name> | |
<identifier>private.easy_umlaut_access</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::A, ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L, | |
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::A, ModifierFlag::SHIFT_L | |
</autogen> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::A, ModifierFlag::OPTION_L, | |
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::A | |
</autogen> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::O, ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L, | |
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::O, ModifierFlag::SHIFT_L | |
</autogen> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::O, ModifierFlag::OPTION_L, | |
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::O | |
</autogen> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::U, ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L, | |
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::U, ModifierFlag::SHIFT_L | |
</autogen> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::U, ModifierFlag::OPTION_L, | |
KeyCode::U, ModifierFlag::OPTION_L, KeyCode::U | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you want to use
SHIFT_R
andOPTION_R
also : https://gist.github.com/maxstauss/5090029#file-umlaut_access-xml