Skip to content

Instantly share code, notes, and snippets.

@behrends
Created July 5, 2012 09:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save behrends/3052531 to your computer and use it in GitHub Desktop.
Save behrends/3052531 to your computer and use it in GitHub Desktop.
Easy access to Umlauts on MacOS X using KeyRemap4MacBook
<?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>
@maxxst
Copy link

maxxst commented Mar 5, 2013

if you want to use SHIFT_R and OPTION_R also : https://gist.github.com/maxstauss/5090029#file-umlaut_access-xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment