COHERENT manpages

This page displays the COHERENT manpage for kb.h [Define keys for loadable keyboard driver].

List of available manpages
Index


kb.h -- Header File

Define keys for loadable keyboard driver
#include <sys/kb.h>

The header  file kb.h defines  macros and manifest constants  that are used
with nkb, the user-configurable keyboard driver.  It is included with the C
programs that the  user can modify and compile to  remap her keyboard.  See
the Lexicon entries nkb and keyboard tables for more information.

nkb  is also  used with  COHERENT  system of  virtual consoles.   kb.h sets
default definitions for function keys, as follows:

vt0 -- vt15
     Switch to logical session 0 through 15, respectively.

color0 -- color15
     Switch to color session 0 through 15, respectively.

mono0 -- mono15
     Switch to monochrome session 0 through 15, respectively.

vtn  Switch to next higher-numbered open session.

vtp  Switch to next lower-numbered open session.

vtt  Toggle to most recently used open session

See Also

header files,
virtual console,
vtkb,
vtnkb