Quote Originally Posted by Nitro View Post
I use keyclone currently and I have used ISBoxer as well. The feature I am looking for goes like this:

Press 4 and the first time you press is it sends 4, next time 5 and third time 6. Then it loops back to 4.


Example

Input 4, 4, 4, 4, 4, 4

Output 4, 5, 6, 4, 5, 6


I would like to do this on a per toon basis.

IS Boxer does this quite easily.

You create a Keymap, with a number of Steps.
Each Step is a different thing that happens, on a given hotkey press.

So the hotkey for the Keymap is 4.
Step 1 - Output is 4.
Step 2 - Output is 5.
Step 3 - Output is 6.
You loop back to Step 1 at that point.

You can set the Keymap to reset automatically, after a number of seconds have passed.
It will automatically reset to the first step, after completing the last step.

IS Boxer is incredibly flexible.
For example, I have an Eclipse Toggle set of Keymaps for the druids.
Keymap A
....(Hotkey "1", Output "1").
Keymap B
....(Hotkey "1", Output "-").
Keymap C
....Step 1, Turn on Keymap A, Turn off Keymap B.
....Step 2, Turn off Keymap A, Turn on Keymap B.
This lets me, "spam" 1 always, but easily manage Eclipse Procs, by pressing my toggle hotkey.

If you want to do it, and its not against the Terms of Use, IS Boxer can do it for you.