Created
August 25, 2012 23:09
-
-
Save erotte/3472022 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook Umlaute mit ALT-Modifier
This file contains hidden or 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"?> | |
<!-- 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> |
works! thank you
great, thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍