Sun Mar 29, 2015 9:36 pm by bob
It depends on the game as to whether you need to send it as a series of keystrokes or just a single keystring, but, you can manually create a mapped key as follows.
Mapped Key Send keystring, hotkey F10 (for example)
--Set to execute on "press Or release"
Step 1:
--Actions:
---- Keystroke Action, Key Combination = Enter, Target = ??
---- Keystring Action, "/say Gday", Target = ??
Step 2:
--Actions:
---- Keystroke Action, Key Combination = Enter, Target = ??
The "press OR release" option means that this mapped key will process 1 step when you press the key down and 1 step when you let the key go again. This of course means that a 2 step mapped key will run both steps when you press down and the let go of the keyboard key.
The 50ms delay is not possible, because ISBoxer does not automate delays for actions that are sent to the game (actions not sent to the game but handled in Inner Space can have delays), but you create it by not letting go of the hotkey. Most of the time this will be 20ms or so, because your fingers are not that fast.