Package ch.bailu.gtk.gdk
Interface KeyMatch
public interface KeyMatch
-
Field Summary
-
Field Details
-
NONE
static final int NONEThe key event does not match- See Also:
-
PARTIAL
static final int PARTIALThe key event matches if keyboard state
(specifically, the currently active group) is ignored- See Also:
-
EXACT
static final int EXACTThe key event matches- See Also:
-