Manpages

NAME

brlapi_keybinding_t − Key binding structure.

SYNOPSIS

#include <brlapi.h>

Data Fields

const char * client

Detailed Description

This holds settings for the key binding mechanism. Calling brlapi_getTty() with it will load bindings from file ’$HOME/BRLAPI_HOMEKEYDIR/client-xy\#\#BRLAPI_HOMEKEYEXT’ where xy is the driver code, as returned by brlapi_getDriverId()

Field Documentation

const char* brlapi_keybinding_t::client
application name

this is used to build the name of the file which will be read for bindings.

Author

Generated automatically by Doxygen for BrlAPI from the source code.