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.
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.