Skip to content

Instantly share code, notes, and snippets.

@puhitaku
Created December 17, 2015 06:40
Show Gist options
  • Select an option

  • Save puhitaku/c1e2e377148f6e418ac4 to your computer and use it in GitHub Desktop.

Select an option

Save puhitaku/c1e2e377148f6e418ac4 to your computer and use it in GitHub Desktop.
Karabiner Adobe Replacement
<?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