This is what I've come up with:
Code: Select all
<?xml version="1.0"?>
<root>
<!-- Right Option Sleeps Display -->
<item>
<name>R_Option for Display Sleep</name>
<identifier>private.option_display_sleep</identifier>
<autogen>__KeyToKey__ KeyCode::CONTROL_R, ModifierFlag::CONTROL_R, KeyCode::VK_CONSUMERKEY_EJECT, ModifierFlag::CONTROL_L | ModifierFlag::SHIFT_L </autogen>
</item>
<!-- Keys O + L Opens Logic Pro X -->
<vkopenurldef>
<name>KeyCode::VK_OPEN_URL_APP_Logic_Pro_X/name>
<url type="file">/Applications/Logic Pro X.app</url>
</vkopenurldef>
<item>
<name>Change O + L to open Logic Pro X</name>
<identifier>private.O_L</identifier>
<autogen>
__KeyToKey__
KeyCode::O, KeyCode::L,
KeyCode::VK_OPEN_URL_APP_Logic_Pro_X,
</autogen>
</item>
</root>
</Users/moley/Library/Application Support/Karabiner/private.xml>(28): unexpected end of data
Any clues as what I'm doing wrong?
Much appreciated...