Module: Gdk::ModifierType

Defined in:
(unknown)

Constant Summary collapse

NO_MODIFIER_MASK =

No modifier.

0 or :no_modifier_mask
SHIFT_MASK =

the Shift key.

1 or :shift_mask
LOCK_MASK =

a Lock key (depending on the modifier mapping of the X server this may either be CapsLock or ShiftLock).

2 or :lock_mask
CONTROL_MASK =

the Control key.

4 or :control_mask
ALT_MASK =

the fourth modifier key (it depends on the modifier mapping of the X server which key is interpreted as this modifier, but normally it is the Alt key).

8 or :alt_mask
BUTTON1_MASK =

the first mouse button.

256 or :button1_mask
BUTTON2_MASK =

the second mouse button.

512 or :button2_mask
BUTTON3_MASK =

the third mouse button.

1024 or :button3_mask
BUTTON4_MASK =

the fourth mouse button.

2048 or :button4_mask
BUTTON5_MASK =

the fifth mouse button.

4096 or :button5_mask
SUPER_MASK =

the Super modifier

67108864 or :super_mask
HYPER_MASK =

the Hyper modifier

134217728 or :hyper_mask
META_MASK =

the Meta modifier

268435456 or :meta_mask