JSON Schema Property 'ctrlKey'

Description

Boolean denoting if the CTRL key was down when event occured

Diagram

JSON Schema Diagram of /$defs/Event/properties/ctrlKey

Value

Boolean

Literal value true or false.

Default

false

Source

"ctrlKey": {
    "type": "boolean",
    "description": "Boolean denoting if the CTRL key was down when event occured",
    "default": false
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (146:18)