Hey @neitro, you can see that in the scenario functions. Go to “Scenario” and press the button “?”.
The documentation for sendKey says
sendKey( key, seconds )
Send key into the game.
If seconds specified, it will delay scenario flow by given amount.
Supported:
- alphanumeric keys
- punctuation keys (except comma and diacritics)
- F1-F12
- Num0-Num9
- Num-, Num*, Num/, Num.
- Ctrl / Alt / Shift (must be combined with '+')
- cursor control keys (must be enclosed in {})
So it should be like
sendKey(Num/, 1.5)
-
This reply was modified 2 years, 9 months ago by Eyefinity.