X11.keymapKeyIsModifier

Determines whether a particular key code represents a key that is a modifier. That is, it's a key that normally just affects the keyboard state and the behavior of other keys rather than producing a direct effect itself. This is only needed for code processing raw X events, since GdkEventKey directly includes an is_modifier field.

class X11
static
int
keymapKeyIsModifier

Parameters

keymap Keymap

a GdkX11Keymap

keycode uint

the hardware keycode from a key event

Return Value

Type: int

TRUE if the hardware keycode is a modifier key Since 3.6

Meta