1TERMKEY_CANONICALISE(3) Library Functions Manual TERMKEY_CANONICALISE(3)
2
3
4
6 termkey_canonicalise - canonicalise a key event
7
9 #include <termkey.h>
10
11 void termkey_canonicalise(TermKey *tk, TermKeyKey *key);
12
13 Link with -ltermkey.
14
16 termkey_canonicalise(3) modifies the key event structure given by key
17 according to the canonicalisation flags set on the given termkey
18 instance. This operation is performed implicitly by termkey_getkey(3),
19 termkey_waitkey(3) and termkey_strpkey(3), and is also provided explic‐
20 itly by this function.
21
22 See termkey(7) for a list of canonicalisation flags.
23
25 termkey_canonicalise() returns no value.
26
28 termkey_set_canonflags(3), termkey_waitkey(3), termkey_strpkey(3),
29 termkey(7)
30
31
32
33 TERMKEY_CANONICALISE(3)