enum

HotkeyModifiers

Inherits Enum < Comparable < Value < Object

Constants

LeftWindows = 1
RightWindows = 2
Windows = 3
LeftControl = 6
RightControl = 12
Control = 14
LeftAlt = 28
RightAlt = 56
Alt = 60
LeftShift = 120
RightShift = 240
Shift = 248
Wildcard = 496
Passthrough = 992
Hook = 1984
Up = 3968
None = 0
All = 4095

Instance methods

alt?

Returns true if this enum value contains Alt

Source
control?

Returns true if this enum value contains Control

Source
hook?

Returns true if this enum value contains Hook

Source
left_alt?

Returns true if this enum value contains LeftAlt

Source
left_control?

Returns true if this enum value contains LeftControl

Source
left_shift?

Returns true if this enum value contains LeftShift

Source
left_windows?

Returns true if this enum value contains LeftWindows

Source
none?
Source
passthrough?

Returns true if this enum value contains Passthrough

Source
right_alt?

Returns true if this enum value contains RightAlt

Source
right_control?

Returns true if this enum value contains RightControl

Source
right_shift?

Returns true if this enum value contains RightShift

Source
right_windows?

Returns true if this enum value contains RightWindows

Source
shift?

Returns true if this enum value contains Shift

Source
up?

Returns true if this enum value contains Up

Source
wildcard?

Returns true if this enum value contains Wildcard

Source
windows?

Returns true if this enum value contains Windows

Source