Skip to content

Instantly share code, notes, and snippets.

@kylewest
Last active September 10, 2015 17:26
Show Gist options
  • Save kylewest/60c7a388e4d1e8845c4f to your computer and use it in GitHub Desktop.
Save kylewest/60c7a388e4d1e8845c4f to your computer and use it in GitHub Desktop.

Revisions

  1. kylewest revised this gist Sep 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion private.xml
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@
    </windownamedef>
    <item>
    <name>Command to Control (Jump Desktop)</name>
    <appendix>(Pass-Through Command+Tab, Command+Space)</appendix>
    <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>
  2. kylewest created this gist Sep 10, 2015.
    28 changes: 28 additions & 0 deletions private.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    <?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, Command+Space)</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>