Close
Showing results 1 to 3 of 3

Threaded View

  1. #2

    Default

    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;Melee IWT Toggle&lt;/Name&gt;
      &lt;Description /&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Ctrl+C&lt;/Combo&gt;
        &lt;Modifiers&gt;Ctrl&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;C&lt;/Key&gt;
          &lt;Code&gt;46&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.1&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="MappedKeyStateAction"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Value&gt;Off&lt;/Value&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;Melee IWT Toggle&lt;/MappedKeyString&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="PopupTextAction"&gt;
              &lt;Target&gt;self&lt;/Target&gt;
              &lt;Text&gt;MELEE IWT DISABLED&lt;/Text&gt;
              &lt;DurationMS&gt;500&lt;/DurationMS&gt;
              &lt;FadeDurationMS&gt;500&lt;/FadeDurationMS&gt;
              &lt;Red&gt;45&lt;/Red&gt;
              &lt;Green&gt;125&lt;/Green&gt;
              &lt;Blue&gt;125&lt;/Blue&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&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="MappedKeyStateAction"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Value&gt;On&lt;/Value&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;Melee IWT Toggle&lt;/MappedKeyString&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="PopupTextAction"&gt;
              &lt;Target&gt;self&lt;/Target&gt;
              &lt;Text&gt;MELEE IWT ENABLED&lt;/Text&gt;
              &lt;DurationMS&gt;500&lt;/DurationMS&gt;
              &lt;FadeDurationMS&gt;500&lt;/FadeDurationMS&gt;
              &lt;Red&gt;45&lt;/Red&gt;
              &lt;Green&gt;125&lt;/Green&gt;
              &lt;Blue&gt;125&lt;/Blue&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    Last edited by MiRai : 03-22-2012 at 07:27 PM Reason: Put Code In [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
  •