Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
TERMKEY_GET_KEYNAME(3)	    Library Functions Manual	  TERMKEY_GET_KEYNAME(3)

NAME
     termkey_get_keyname - return a string name for a symbolic key

SYNOPSIS
     #include <termkey.h>

     const char *termkey_get_keyname(TermKey *tk, TermKeySym sym);

     Link with -ltermkey.

DESCRIPTION
     termkey_get_keyname() returns a human-readable string name for the symbolic
     key  value given by sym. The returned string is owned by the termkey(7) in-
     stance tk so should not be modified or freed. The returned pointer is guar-
     anteed to be valid until the instance is released using termkey_destroy(3).
     This function is the inverse of termkey_keyname2sym(3).

RETURN VALUE
     termkey_get_key() returns a pointer to a string.

SEE ALSO
     termkey_lookup_keyname(3),   termkey_keyname2sym(3),    termkey_strfkey(3),
     termkey(7)

							  TERMKEY_GET_KEYNAME(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=termkey_get_keyname&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help