Created
December 17, 2015 06:40
-
-
Save puhitaku/c1e2e377148f6e418ac4 to your computer and use it in GitHub Desktop.
Karabiner Adobe Replacement
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"?> | |
| <root> | |
| <appdef> | |
| <appname>ADOBE</appname> | |
| <prefix>com.adobe.</prefix> | |
| </appdef> | |
| <item> | |
| <name>Swap Control and Command (only in Adobe apps)</name> | |
| <identifier>private.swap_ctrl_and_cmd</identifier> | |
| <only>ADOBE</only> | |
| <autogen>__KeyToKey__ KeyCode::COMMAND_L, KeyCode::CONTROL_L</autogen> | |
| <autogen>__KeyToKey__ KeyCode::CONTROL_L, KeyCode::COMMAND_L</autogen> | |
| </item> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment