Close
Showing results 1 to 10 of 31

Threaded View

  1. #16

    Default

    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>&lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt;MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
      &lt;Name&gt;Attack&lt;/Name&gt;
      &lt;Description /&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;G13-G11&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;G13-G11&lt;/Key&gt;
          &lt;Code&gt;0&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
      &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
      &lt;ManualLoad&gt;false&lt;/ManualLoad&gt;
      &lt;ResetTimer&gt;0&lt;/ResetTimer&gt;
      &lt;ResetType&gt;Never&lt;/ResetType&gt;
      &lt;Mode&gt;Default&lt;/Mode&gt;
      &lt;Steps&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Stop&gt;false&lt;/Stop&gt;
          &lt;Stump&gt;false&lt;/Stump&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Ctrl+F&lt;/Combo&gt;
                &lt;Modifiers&gt;Ctrl&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;F&lt;/Key&gt;
                  &lt;Code&gt;33&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
              &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Space&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Space&lt;/Key&gt;
                  &lt;Code&gt;57&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
              &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Ctrl+1&lt;/Combo&gt;
                &lt;Modifiers&gt;Ctrl&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;1&lt;/Key&gt;
                  &lt;Code&gt;2&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
              &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Ctrl+3&lt;/Combo&gt;
                &lt;Modifiers&gt;Ctrl&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;3&lt;/Key&gt;
                  &lt;Code&gt;4&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
              &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    Please use [code] tags to post code.
    -MiRai
    Last edited by MiRai : 02-05-2012 at 11:35 PM Reason: Added Code Tags

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •