Skip to content

Instantly share code, notes, and snippets.

@OrcaXS
Last active August 29, 2015 14:05
Show Gist options
  • Save OrcaXS/013d8ac97e77e93475e9 to your computer and use it in GitHub Desktop.
Save OrcaXS/013d8ac97e77e93475e9 to your computer and use it in GitHub Desktop.
Karabiner Private.xml for minecraft-chat-helper and Minecraft
<?xml version="1.0"?>
<root>
<vkopenurldef>
<name>KeyCode::VK_OPEN_URL_SHELL_ASCRIPT</name>
<url type="shell">
<![CDATA[ osascript ~/Documents/minecraft-chat-helper.applescript ]]>
</url>
</vkopenurldef>
<appdef>
<appname>JAVA</appname>
<equal>com.apple.javajdk16.cmd</equal>
<equal>net.java.openjdk.cmd</equal>
</appdef>
<item>
<name>Launch AScript by pressing T</name>
<identifier>private.launch_ascript</identifier>
<only>JAVA</only>
<autogen>
__KeyToKey__
KeyCode::T, ModifierFlag::COMMAND_L,
KeyCode::VK_OPEN_URL_SHELL_ASCRIPT,
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment