Gjsify LogoGjsify Logo

Handles key modifier such as control, shift and alt and release event. Note that nits 15 - 25 are currently unused, while bit 29 is used internally.

bitfield

Index

Enumeration Members

BUTTON1_MASK: number

Mouse button 1 (left) is activated.

BUTTON2_MASK: number

Mouse button 2 (middle) is activated.

BUTTON3_MASK: number

Mouse button 3 (right) is activated.

BUTTON4_MASK: number

Mouse button 4 (scroll up) is activated.

BUTTON5_MASK: number

Mouse button 5 (scroll down) is activated.

CONTROL_MASK: number

Control key is activated.

FORWARD_MASK: number

Forward mask indicates the event has been forward from ibus.

HANDLED_MASK: number

Handled mask indicates the event has been handled by ibus.

HYPER_MASK: number

Hyper key is activated.

IGNORED_MASK: number

It is an alias of IBUS_FORWARD_MASK.

LOCK_MASK: number

Cap Lock is locked.

META_MASK: number

Meta key is activated.

MOD1_MASK: number

Modifier 1 (Usually Alt_L (0x40), Alt_R (0x6c), Meta_L (0xcd)) activated.

MOD2_MASK: number

Modifier 2 (Usually Num_Lock (0x4d)) activated.

MOD3_MASK: number

Modifier 3 activated.

MOD4_MASK: number

Modifier 4 (Usually Super_L (0xce), Hyper_L (0xcf)) activated.

MOD5_MASK: number

Modifier 5 (ISO_Level3_Shift (0x5c), Mode_switch (0xcb)) activated.

MODIFIER_MASK: number

Modifier mask for the all the masks above.

RELEASE_MASK: number

Key is released.

SHIFT_MASK: number

Shift is activated.

SUPER_MASK: number

Super (Usually Win) key is activated.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method