Strange keymap problem
All the toons do the correct thing except the main window. No matter what I do it always moves straight ahead. If I press W+Q on the keyboard, the correct thing happens, but through ISBoxer, he doesn't.
Any suggestions? Mapped key is copied below.
Edit: Curiously, If I send W+E to 1 and W+Q to 2, the toons spread out as I expect. Only W+Q to 1 doesn't work right.
- 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>Hex Formation</Name>
<Description>Generated for movement keys WASD with Q and E for strafe left/right, and up to 5 characters.
The Hex formation aligns your characters in a hexagon.</Description>
<Combo>
<Combo>Ctrl+Shift+X</Combo>
<Modifiers>Ctrl Shift</Modifiers>
<Key>
<Key>X</Key>
<Code>45</Code>
</Key>
</Combo>
<Hold>
<Value>true</Value>
</Hold>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<ManualLoad>false</ManualLoad>
<ResetTimer>0.1</ResetTimer>
<ResetType>Never</ResetType>
<Mode>OnRelease</Mode>
<Steps>
<Step>
<Stick>0</Stick>
<Actions>
<MappedKeyAction xsi:type="Keystroke">
<Target>1</Target>
<Combo>
<Combo>W</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>W</Key>
<Code>17</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>1</Target>
<Combo>
<Combo>Q</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Q</Key>
<Code>16</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>2</Target>
<Combo>
<Combo>W</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>W</Key>
<Code>17</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>2</Target>
<Combo>
<Combo>E</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>E</Key>
<Code>18</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>3</Target>
<Combo>
<Combo>Q</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Q</Key>
<Code>16</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>4</Target>
<Combo>
<Combo>E</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>E</Key>
<Code>18</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>5</Target>
<Combo>
<Combo>S</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>S</Key>
<Code>31</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>5</Target>
<Combo>
<Combo>Q</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Q</Key>
<Code>16</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>6</Target>
<Combo>
<Combo>S</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>S</Key>
<Code>31</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>6</Target>
<Combo>
<Combo>E</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>E</Key>
<Code>18</Code>
</Key>
</Combo>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>