Header menu logo issie

KeyPressInfo Type

Type capturing global key press information TODO: use this consistently, with global key listener, throughout Issie.

Record fields

Record Field Description

AltKey

Full Usage: AltKey

Field type: bool

true if alt key is down

Field type: bool

ControlKey

Full Usage: ControlKey

Field type: bool

true if control key is down

Field type: bool

KeyString

Full Usage: KeyString

Field type: string

the string representing the key itself

Field type: string

MetaKey

Full Usage: MetaKey

Field type: bool

true if meta key is down

Field type: bool

ShiftKey

Full Usage: ShiftKey

Field type: bool

true if shift key is down

Field type: bool

Type something to start searching.