Here are a few tricks to try before raising an issue....
- 1. Try "During" mode when sending the simulated keys. This will usually work well for buttons but may not work for simulated keys on the mouse wheel/tilt
- 2. Add a delay in-between the key down and up as follows, using "Pressed" mode to send the key, add {WAITMS:30} BEFORE the key. For example, to send the x key, try:
{WAITMS:30}x
Also, try different numbers in place of the 30 if that does not work.
- 3. In v2.4, try changing the advanced setting: delay between simulated keystrokes and see if that makes any difference.
Thanks,
Phil