I found that if i did this: It worked. Why it works, that's your realm.
You do great work LAX. Ctrl+F is the "acquire focus' target" and SPACE is just a filler. Not bound to any keybinding. Just the one that SWTOR does to skip screens.
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>Attack</Name>
<Description />
<Combo>
<Combo>G13-G11</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>G13-G11</Key>
<Code>0</Code>
</Key>
</Combo>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<ManualLoad>false</ManualLoad>
<ResetTimer>0</ResetTimer>
<ResetType>Never</ResetType>
<Mode>Default</Mode>
<Steps>
<Step>
<Stick>0</Stick>
<Stop>false</Stop>
<Stump>false</Stump>
<Actions>
<MappedKeyAction xsi:type="Keystroke">
<Target>2</Target>
<Combo>
<Combo>Ctrl+F</Combo>
<Modifiers>Ctrl</Modifiers>
<Key>
<Key>F</Key>
<Code>33</Code>
</Key>
</Combo>
<RoundRobin>false</RoundRobin>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>2</Target>
<Combo>
<Combo>Space</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Space</Key>
<Code>57</Code>
</Key>
</Combo>
<RoundRobin>false</RoundRobin>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>Ctrl+1</Combo>
<Modifiers>Ctrl</Modifiers>
<Key>
<Key>1</Key>
<Code>2</Code>
</Key>
</Combo>
<RoundRobin>false</RoundRobin>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>Ctrl+3</Combo>
<Modifiers>Ctrl</Modifiers>
<Key>
<Key>3</Key>
<Code>4</Code>
</Key>
</Combo>
<RoundRobin>false</RoundRobin>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
Please use [code] tags to post code.
-MiRai
Connect With Us