-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/identifiers/$ctrlenter
< mirc | identifiers
The $ctrlenter identifier returns either $true or $false depending on whether or not an ON INPUT event was triggered using the CTRL+ENTER combination.
Synopsis
$ctrlenter
Parameters
None
Example
Echo to whether or not CTRL+ENTER was used in an input box:
ON *:INPUT:*: { echo -a $ctrlenter }
Compatibility
Added: mIRC v5.7
Added On: 02/02/2000