Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace KeyModifier

Index

Variables

Functions

Variables

Const CTRL

CTRL: MacCtrl | CtrlCmd = ...

The CTRL key, independently of the platform. Note: In general KeyModifier.CtrlCmd should be preferred over this constant.

Const SHIFT

SHIFT: Shift = ...

An alias for the SHIFT key (KeyModifier.Shift).

Functions

isModifier

  • isModifier(key: string | undefined): boolean