Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 25
  1. #11

    Default

    Of what? Bringing out the console? Me removing the bind? My bind list?

  2. #12

    Default

    You would have had to remove it from Uplink instead of Session startup for it to come back, or you didn't click Apply after removing it.
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  3. #13

    Default

    Thanks Lax

  4. #14

    Default

    Where in InnerSpace do I delete this bind permanently? Seems it not only have to remove every time I load, but I have to do it from every single window. I don't quite get what you mean about Uplink and Session and cliking apply, I don't see anything about apply in the Uplink console.

    Also, what's up with the ] key? Is that bound as well? Numerous attempts and I'm unable to get innerspace to pass this key to any windows (not even the main). I use it for buffs.

  5. #15

    Default

    Where in InnerSpace do I delete this bind permanently? Seems it not only have to remove every time I load, but I have to do it from every single window. I don't quite get what you mean about Uplink and Session and cliking apply, I don't see anything about apply in the Uplink console.
    Oh, I guess I didn't read the post where eggy suggested removing it with "bind -delete console". This is the first I've heard of someone doing that. I assumed you found someone that told you to remove it from the Inner Space session startup sequence.

    1. Right click IS and select Configuration
    2. In the upper right corner of the IS configuration window, underneath "Session" click the button that says "Startup"
    3. In the list to the left, click "Console", then click Remove, and Apply.
    4. If you also want to permanently remove the FPS indicator in the upper left corner, do the same to "FPS Indicator" in the list

    These changes will not apply to any already-running windows

    Also, what's up with the ] key? Is that bound as well? Numerous attempts and I'm unable to get innerspace to pass this key to any windows (not even the main). I use it for buffs.
    Nope, I use it all the time
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  6. #16

    Default

    I have been wondering how to do this to make the change permanent for ages, just felt too dumb to ask
    US-Frostmourne Alliance
    4 ele shaman + dk (mage)
    priest + 4 locks team now 80, bored again

  7. #17

    Default

    Quote Originally Posted by Lax View Post
    Nope, I use it all the time
    I can't get that ] key to work to save my life. I've re-made the key-binding 100 times, it simply will not pass the key to any client, not the main, not the alts, not even with a different hot key. What do I do?

  8. #18

    Default

    I can't get that ] key to work to save my life. I've re-made the key-binding 100 times, it simply will not pass the key to any client, not the main, not the alts, not even with a different hot key. What do I do?
    Get me a copy of the Mapped Key being broken and I'll check it out. There could be cases where the ] key would cause a problem, so if I get a copy of it I should be able to reproduce the problem and fix it. All you need to do is right click on the Mapped Key you created and select "Copy Mapped Key to Clipboard" from the menu, then paste it here for me
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  9. #19

    Default

    Quote Originally Posted by Lax View Post
    Get me a copy of the Mapped Key being broken and I'll check it out. There could be cases where the ] key would cause a problem, so if I get a copy of it I should be able to reproduce the problem and fix it. All you need to do is right click on the Mapped Key you created and select "Copy Mapped Key to Clipboard" from the menu, then paste it here for me
    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;Buff Self/Group&lt;/Name&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;]&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;]&lt;/Key&gt;
          &lt;Code&gt;27&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
      &lt;Hold&gt;
        &lt;Value&gt;true&lt;/Value&gt;
      &lt;/Hold&gt;
      &lt;UseFTLModifiers&gt;
        &lt;Value&gt;false&lt;/Value&gt;
      &lt;/UseFTLModifiers&gt;
      &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
      &lt;Steps&gt;
        &lt;Step&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;]&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;]&lt;/Key&gt;
                  &lt;Code&gt;27&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>

  10. #20

    Default

    Code:
    ISBoxer_Toolkit.Configs.KeyMaps.MappedKey  <?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>Buff Self/Group</Name>  <Combo>  <Combo>]</Combo>  <Modifiers>None</Modifiers>  <Key>  <Key>]</Key>  <Code>27</Code>  </Key>  </Combo>  <Hold>  <Value>true</Value>  </Hold>  <UseFTLModifiers>  <Value>false</Value>  </UseFTLModifiers>  <SendNextClickBlockLocal>false</SendNextClickBlockLocal>  <Steps>  <Step>  <Actions>  <MappedKeyAction xsi:type="Keystroke">  <Target>all</Target>  <Combo>  <Combo>]</Combo>  <Modifiers>None</Modifiers>  <Key>  <Key>]</Key>  <Code>27</Code>  </Key>  </Combo>  </MappedKeyAction>  </Actions>  </Step>  </Steps> </MappedKey>

    see if we can get those html entities displayed this time


    blah ffs, do you have htmltidy or something

Posting Rules

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