#1
StephaneM[FAQ] Keystroke action doesn't work
The Keystroke action may not work with some software.When this is the case use the PressKey action instead (for single key shortcut). If you need multipe key shortcut, use a combination of KeyDown and KeyUp actions.
For instance to simulate Alt + F4, use :
- KeyDown / Menu (this is the real name of the Alt key)
- KeyDown / F4
- KeyUp / F4
- KeyUp / Menu
Stéphane

