Module: Gdk::KeyMatch
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
The key event does not match
0 or :none
- PARTIAL =
The key event matches if keyboard state (specifically, the currently active group) is ignored
1 or :partial
- EXACT =
The key event matches
2 or :exact