Skip to content

Instantly share code, notes, and snippets.

@erotte
Created August 25, 2012 23:09
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save erotte/3472022 to your computer and use it in GitHub Desktop.
Save erotte/3472022 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook Umlaute mit ALT-Modifier
<?xml version="1.0"?>
<!-- Key Mappimgs for http://pqrs.org/macosx/keyremap4macbook/ -->
<root>
<item>
<name>German Umlaute on US Keyboard Layout with ALT modifier</name>
<appendix>Change Option+o to ö</appendix>
<appendix>Change Option+a to ä</appendix>
<appendix>Change Option+u to ü</appendix>
<identifier>remap.org.openhort.german_umlaute_with_ALT_modifier</identifier>
<autogen>--KeyToKey--
KeyCode::O, VK_OPTION | VK_SHIFT | ModifierFlag::NONE,
KeyCode::U, VK_OPTION, KeyCode::O, VK_SHIFT
</autogen>
<autogen>--KeyToKey--
KeyCode::O, VK_OPTION | ModifierFlag::NONE,
KeyCode::U, VK_OPTION, KeyCode::O
</autogen>
<autogen>--KeyToKey--
KeyCode::A, VK_OPTION | VK_SHIFT | ModifierFlag::NONE,
KeyCode::U, VK_OPTION, KeyCode::A, VK_SHIFT
</autogen>
<autogen>--KeyToKey--
KeyCode::A, VK_OPTION | ModifierFlag::NONE,
KeyCode::U, VK_OPTION, KeyCode::A
</autogen>
<autogen>--KeyToKey--
KeyCode::U, VK_OPTION | VK_SHIFT | ModifierFlag::NONE,
KeyCode::U, VK_OPTION, KeyCode::U, VK_SHIFT
</autogen>
<autogen>--KeyToKey--
KeyCode::U, VK_OPTION | ModifierFlag::NONE,
KeyCode::U, VK_OPTION, KeyCode::U
</autogen>
</item>
</root>
@dennisreimann
Copy link

👍

@clawish
Copy link

clawish commented Nov 15, 2014

works! thank you

@Netznarkose
Copy link

great, thank you

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