enum
WaylandClient::Seat::Xkb::Modifiers::Modifier
Defined in:
seat/xkb.crEnum Members
-
SHIFT =
1_u32
-
CAPSLOCK =
2_u32
-
CTRL =
4_u32
-
ALT =
4104_u32
-
ALTGR =
128_u32
-
NUMLOCK =
16_u32
-
None =
0_u32
-
All =
4255_u32
Instance Method Summary
-
#alt?
Returns
true
if this enum value containsALT
-
#altgr?
Returns
true
if this enum value containsALTGR
-
#capslock?
Returns
true
if this enum value containsCAPSLOCK
-
#ctrl?
Returns
true
if this enum value containsCTRL
- #none?
-
#numlock?
Returns
true
if this enum value containsNUMLOCK
-
#shift?
Returns
true
if this enum value containsSHIFT