Skip to content

Instantly share code, notes, and snippets.

@kylewest
Last active September 10, 2015 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylewest/60c7a388e4d1e8845c4f to your computer and use it in GitHub Desktop.
Save kylewest/60c7a388e4d1e8845c4f to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<appdef>
<appname>JUMP_DESKTOP</appname>
<equal>com.p5sys.jump.mac.viewer.web</equal>
</appdef>
<windownamedef>
<name>Jump_Desktop</name>
<regex>Jump Desktop|Preferences</regex>
</windownamedef>
<item>
<name>Command to Control (Jump Desktop)</name>
<appendix>(Pass-Through Command+Tab)</appendix>
<identifier>private.app_jump_desktop_cmd_to_control</identifier>
<only>JUMP_DESKTOP</only>
<windowname_not>Jump_Desktop</windowname_not>
<include path="/Applications/Karabiner.app/Contents/Resources/include/checkbox/snippets/modifier_tab_to_command_tab.xml">
<replacementdef>
<replacementname>FROM_MODIFIER</replacementname>
<replacementvalue>COMMAND_L</replacementvalue>
</replacementdef>
<replacementdef>
<replacementname>TO_MODIFIER</replacementname>
<replacementvalue>CONTROL_L</replacementvalue>
</replacementdef>
</include>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment