Last active
September 10, 2015 17:26
-
-
Save kylewest/60c7a388e4d1e8845c4f to your computer and use it in GitHub Desktop.
Revisions
-
kylewest revised this gist
Sep 10, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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)</appendix> <identifier>private.app_jump_desktop_cmd_to_control</identifier> <only>JUMP_DESKTOP</only> <windowname_not>Jump_Desktop</windowname_not> -
kylewest created this gist
Sep 10, 2015 .There are no files selected for viewing
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 charactersOriginal 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>