-
-
Save therealmarv/6154987 to your computer and use it in GitHub Desktop.
fix white space typo
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> | |
<appendix>Change Option+e 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> | |
<autogen>--KeyToKey-- | |
KeyCode::E, VK_OPTION | VK_SHIFT | ModifierFlag::NONE, | |
KeyCode::KEY_2 , VK_OPTION | VK_SHIFT | |
</autogen> | |
<autogen>--KeyToKey-- | |
KeyCode::E, VK_OPTION | ModifierFlag::NONE, | |
KeyCode::KEY_2 , VK_OPTION | VK_SHIFT | |
</autogen> | |
</item> | |
<item> | |
<name>Change Command_L to Control_L</name> | |
<appendix>Command key similar to Ctrl key for VMs</appendix> | |
<identifier>remap.app_vm_commandL2controlL</identifier> | |
<only>VIRTUALMACHINE</only> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_L, KeyCode::CONTROL_L</autogen> | |
</item> | |
<item> | |
<name>Change Command_R to Control_R</name> | |
<appendix>Command key similar to Ctrl key for VMs</appendix> | |
<identifier>remap.app_vm_commandR2controlR</identifier> | |
<only>VIRTUALMACHINE</only> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_R, KeyCode::CONTROL_R</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment