Hi! I have stumbled into a small problem that I can't figure out, and I thought somebody here might know what's going on :)
<?xml version="1.0"?>
<root>
<item>
<name>AULA keyboard fixes</name>
<appendix>(fix backtick and cmd/opt keys for the AULA keyboard)</appendix>
<identifier>private.backtick_aula_fix</identifier>
<device_only>
DeviceVendor::RawValue::0x1017,
DeviceProduct::RawValue::0x0001
</device_only>
<!-- Backtick -->
<autogen>__KeyToKey__ KeyCode::DANISH_LESS_THAN, KeyCode::DANISH_DOLLAR</autogen>
<!-- Left side -->
<autogen>__KeyToKey__ KeyCode::OPTION_L, KeyCode::COMMAND_L</autogen>
<autogen>__KeyToKey__ KeyCode::COMMAND_L, KeyCode::OPTION_L</autogen>
<!-- right side -->
<autogen>__KeyToKey__ KeyCode::OPTION_R, KeyCode::COMMAND_R</autogen>
<autogen>__KeyToKey__ KeyCode::COMMAND_R, KeyCode::OPTION_R</autogen>
</item>
</root>