Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RemoteControl.IsControlKeyDown
Checks whether control key is down.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RemoteControl | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "RemoteControl.IsControlKeyDown" )
Parameters
none
Result
Returns 1, 0, or error.
Description
Checks whether control key is down.Returns 1 if key is down or 0 if not.
See also
- RemoteControl.IsAltKeyDown
- RemoteControl.IsCapsLockKeyDown
- RemoteControl.IsCommandKeyDown
- RemoteControl.IsFunctionKeyDown
- RemoteControl.IsShiftKeyDown
- RemoteControl.PressControlKey
Release notes
- Version 14.1
- Added RemoteControl.IsAltKeyDown, RemoteControl.IsCapsLockKeyDown, RemoteControl.IsCommandKeyDown, RemoteControl.IsControlKeyDown, RemoteControl.IsFunctionKeyDown, and RemoteControl.IsShiftKeyDown functions to check if a modifier key is down.
Blog Entries
This function is free to use.
Created 24th February 2024, last changed 24th February 2024
RemoteControl.IsCommandKeyDown - RemoteControl.IsFunctionKeyDown