Your first paste was correct. The inner XML is "escaped" and should indeed have the < and >, etc. I will check it out, thanks
Printable View
Your first paste was correct. The inner XML is "escaped" and should indeed have the < and >, etc. I will check it out, thanks
Tested your mapped key, and it works correctly. Is there anything else I should know?
Perhaps your issue is that you used the Quick Setup Wizard, which uses ] for "FTL Target Me" in the General key map -- in other words the ] key will be assigned in WoW to a macro that does /targetexact <character> -- and you didn't realize it?
Thanks, that did it :)
Yes, used the wizard. Had to re-assign ftl target me to something random, but now it seems to work.
Now to just get my movement key map to work - up and break follow, down and break follow, middle mouse (hold both mouse buttons) and break follow on self, etc. Gonna keep playing with them but so far they do absolutely nothing (up/down keys not sent, follow not broken).
Up and break follow key looks like this. The down and mouse ones are pretty much the same but also do nothing:
Is there another place where up/down is blocked? doesn't pass or break follow..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>Forward and break follow</Name>
<Combo>
<Combo>Up</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Up</Key>
<Code>328</Code>
</Key>
</Combo>
<Hold>
<Value>true</Value>
</Hold>
<UseFTLModifiers>
<Value>false</Value>
</UseFTLModifiers>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<Steps>
<Step>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName>strobeoff all</ShortName>
<Target>all</Target>
<Combo>
<Combo>Ctrl+Shift+Alt+F11</Combo>
<Modifiers>Ctrl Shift Alt</Modifiers>
<Key>
<Key>F11</Key>
<Code>87</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/jamba-follow strobeoff all</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>Up</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Up</Key>
<Code>328</Code>
</Key>
</Combo>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
No, up and down are not blocked. However, this Mapped Key is not just pressing up, it's pressing: Ctrl+Shift+Alt+F11+Up -- all at once. You would have to use a Do Mapped Key Action in order to split off the ctrl/shift/alt to not affect the Up.