Man page - termkey_canonicalise(3)
Packages contains this manual
- termkey_canonicalise(3)
- termkey_getkey(3)
- termkey_get_buffer_remaining(3)
- termkey(7)
- termkey_set_flags(3)
- termkey_interpret_position(3)
- termkey_advisereadable(3)
- termkey_start(3)
- termkey_set_waittime(3)
- termkey_keyname2sym(3)
- termkey_set_buffer_size(3)
- termkey_interpret_csi(3)
- termkey_get_keyname(3)
- termkey_set_canonflags(3)
- termkey_interpret_mouse(3)
- termkey_new(3)
- termkey_get_fd(3)
- termkey_interpret_string(3)
- termkey_strpkey(3)
- termkey_waitkey(3)
- termkey_strfkey(3)
- termkey_interpret_modereport(3)
- termkey_lookup_keyname(3)
- termkey_push_bytes(3)
- termkey_keycmp(3)
apt-get install libtermkey-dev
Manual
TERMKEY_CANONICALISE
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NAME
termkey_canonicalise - canonicalise a key event
SYNOPSIS
#include <termkey.h>
void termkey_canonicalise(TermKey * tk , TermKeyKey * key );
Link with -ltermkey .
DESCRIPTION
termkey_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 VALUE
termkey_canonicalise () returns no value.
SEE ALSO
termkey_set_canonflags (3), termkey_waitkey (3), termkey_strpkey (3), termkey (7)