Özel anahtar kodunu girin
Örnek 1 ( cmdÖ-> \):
<?xml version="1.0"?>
<root>
<item>
<name>Command-Ö to Backslash</name>
<appendix>(Change Command-Ö to \)</appendix>
<identifier>remap.command_ö_to_backslash</identifier>
<autogen>__KeyToKey__ KeyCode::GERMAN_O_UMLAUT, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_COMMAND, KeyCode::KEY_7, ModifierFlag::SHIFT_L | ModifierFlag::OPTION_L</autogen>
</item>
</root>
Örnek 2 ( cmd_RÖ-> \cmd_R yalnızca doğru komut anahtarıdır, cmd_LÖbir çıktısı yoktur!):
<?xml version="1.0"?>
<root>
<item>
<name>Command_R-Ö to Backslash</name>
<appendix>(Change Command_R-Ö to \)</appendix>
<identifier>remap.command_r_ö_to_backslash</identifier>
<autogen>__KeyToKey__ KeyCode::GERMAN_O_UMLAUT, ModifierFlag::COMMAND_R, KeyCode::KEY_7, ModifierFlag::SHIFT_L | ModifierFlag::OPTION_L</autogen>
</item>
</root>
Örnek 3 ( cmd_R-> \sağ komut tuşunu başka bir amaç için kullanamazsınız):
<?xml version="1.0"?>
<root>
<item>
<name>Command_R to Backslash</name>
<appendix>(Change Command_R to \)</appendix>
<identifier>remap.command_r_to_backslash</identifier>
<autogen>__KeyToKey__ KeyCode::COMMAND_R, KeyCode::KEY_7, ModifierFlag::SHIFT_L | ModifierFlag::OPTION_L</autogen>
</item>
</root>
Örnek 4 ( cmd_R-> \örnek 3'e benzer, ancak sağ komut tuşunu normal komut tuşu olarak kullanabilirsiniz-> isabetlere ulaşmak cmd_R\ ancak cmd_RSdosyaları kaydeder):
<?xml version="1.0"?>
<root>
<item>
<name>When you type Command_R only, send Backslash</name>
<appendix>(Change Command_R lazy to \)</appendix>
<identifier>remap.command_r_lazy_to_backslash</identifier>
<autogen>__KeyOverlaidModifier__ KeyCode::COMMAND_R, KeyCode::VK_LAZY_COMMAND_R, KeyCode::KEY_7, ModifierFlag::SHIFT_L | ModifierFlag::OPTION_L</autogen>
</item>
</root>