enum

Espresso::ModifierKey

Inherits Enum / Comparable / Value / Object

Constants

Shift = 1
Control = 2
Alt = 4
Super = 8
CapsLock = 16
NumLock = 32
None = 0
All = 63

Instance methods

alt?

Returns true if this enum value contains Alt

caps_lock?

Returns true if this enum value contains CapsLock

control?

Returns true if this enum value contains Control

none?
num_lock?

Returns true if this enum value contains NumLock

shift?

Returns true if this enum value contains Shift

super?

Returns true if this enum value contains Super