Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Presses a key after delay.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RemoteControl | 6.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
VirtualKey | The platform dependent virtual key code. Pass a number for a virtual key code or pass a string to let the plugin try to lookup the virtual key code. | "a" |
ScanCode | The platform dependent scan code. Pass a number for a scan code or pass a string to let the plugin try to lookup the virtual key code. If this parameter is missing, the virtual key code is used to lookup the scan code. | "a" |
Delay | the delay in seconds. | 2 |
Returns OK or error.
Press enter in 2 seconds on Mac:
MBS( "RemoteControl.PressKeyLater"; 36; 13; 2)
This function checks for a license.
Created 22nd March 2016, last changed 24th February 2022