|
NAMEtermkey_canonicalise - canonicalise a key eventSYNOPSIS#include <termkey.h> void termkey_canonicalise(TermKey *tk, TermKeyKey *key); Link with -ltermkey. DESCRIPTIONtermkey_canonicalise(3) modifies the key event structure given by key according to the canonicalisation flags set on the given termkey instance. This operation is performed implicitly by termkey_getkey(3), termkey_waitkey(3) and termkey_strpkey(3), and is also provided explicitly by this function.See termkey(7) for a list of canonicalisation flags. RETURN VALUEtermkey_canonicalise() returns no value.SEE ALSOtermkey_set_canonflags(3), termkey_waitkey(3), termkey_strpkey(3), termkey(7) Visit the GSP FreeBSD Man Page Interface. |