I've been using ISBoxer for about a month now and love it. However my sole problem is the slight delay in key transmission when you hit any mapped key. An example using the default mapped keys would be typing:

/p Is the Ony10 at 7:30 tonight?

If I type this at any reasonable speed -- ie. not hunting and pecking and waiting half a second after each key is pressed -- I get:

/p Is the Ony1 0 at :73 0tonight?

Because of the small delay in sending the mapped number keys, even to the master client. Do I have something in ISBoxer configured wrong? Am I doing something totally wrong to begin with? The steps are the "default" keys created with the wizard... for example, DPS 1 is below. I currently can't imagine using a setup like Ualaa's where various letters on the keyboard are mapped, because everything I type would be gibberish...

Code:
      <MappedKey>
        <Name>DPS 1</Name>
        <Combo>
          <Combo>1</Combo>
          <Modifiers>None</Modifiers>
          <Key>
            <Key>1</Key>
            <Code>2</Code>
          </Key>
        </Combo>
        <SendNextClickBlockLocal>false</SendNextClickBlockLocal>
        <ResetTimer>0.1</ResetTimer>
        <ResetType>Never</ResetType>
        <Mode>OnRelease</Mode>
        <Steps>
          <Step>
            <Stick>0</Stick>
            <Actions>
              <MappedKeyAction xsi:type="MappedKeyExecuteAction">
                <Target>self</Target>
                <KeyMapString>General</KeyMapString>
                <MappedKeyString>FTL Assist Me</MappedKeyString>
              </MappedKeyAction>
              <MappedKeyAction xsi:type="Keystroke">
                <Target>all</Target>
                <Combo>
                  <Combo>1</Combo>
                  <Modifiers>None</Modifiers>
                  <Key>
                    <Key>1</Key>
                    <Code>2</Code>
                  </Key>
                </Combo>
              </MappedKeyAction>
            </Actions>
          </Step>
        </Steps>
      </MappedKey>