
Originally Posted by
Lax
Get me a copy of the Mapped Key being broken and I'll check it out. There could be cases where the ] key would cause a problem, so if I get a copy of it I should be able to reproduce the problem and fix it. All you need to do is right click on the Mapped Key you created and select "Copy Mapped Key to Clipboard" from the menu, then paste it here for me
Code:
<?xml version="1.0" encoding="utf-8"?>
<Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Buff Self/Group</Name>
<Combo>
<Combo>]</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>]</Key>
<Code>27</Code>
</Key>
</Combo>
<Hold>
<Value>true</Value>
</Hold>
<UseFTLModifiers>
<Value>false</Value>
</UseFTLModifiers>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<Steps>
<Step>
<Actions>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>]</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>]</Key>
<Code>27</Code>
</Key>
</Combo>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
Connect With Us