keysym Specifies the KeySym that is to be tested.
IsCursorKey(keysym)
Returns
True
if the specified KeySym is a cursor key.
keysym
Specifies the KeySym that is to be tested.
IsFunctionKey(keysym)
Returns
True
if the specified KeySym is a function key.
keysym
Specifies the KeySym that is to be tested.
IsKeypadKey(keysym)
Returns
True
if the specified KeySym is a standard keypad key.
keysym
Specifies the KeySym that is to be tested.
IsPrivateKeypadKey(keysym)
Returns
True
if the specified KeySym is a vendor-private keypad key.
keysym
Specifies the KeySym that is to be tested.
IsMiscFunctionKey(keysym)
Returns
True
if the specified KeySym is a miscellaneous function key.
keysym
Specifies the KeySym that is to be tested.
IsModifierKey(keysym)
Returns
True
if the specified KeySym is a modifier key.
keysym
Specifies the KeySym that is to be tested.
IsPFKey(keysym)
Returns
True
if the specified KeySym is a PF key.