Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeyCombination

interface

IKeyCombination

Hierarchy

  • IKeyCombination

Index

Properties

Properties

alt

alt: boolean

Indicates whether or not the alt key should be pressed

type

{boolean}

ctrl

ctrl: boolean

Indicates whether or not the ctrl key should be pressed

type

{boolean}

keycode

keycode: number

Represents the key code of the last key which needs to be pressed in the combination

type

{number}

shift

shift: boolean

Indicates whether or not the shift key should be pressed

type

{boolean}