Main Page   Modules   Compound List   File List   Compound Members   File Members  

XKB configuration activation


Functions

Bool XklConfigActivate (const char *model, const char *layout, const char *variant, const int numOptions, const char *options[])
Bool XklConfigWriteXKMFile (const char *fileName, const char *model, const char *layout, const char *variant, const int numOptions, const char *options[])

Function Documentation

Bool XklConfigActivate const char *    model,
const char *    layout,
const char *    variant,
const int    numOptions,
const char *    options[]
 

Activates some XKB configuration

Parameters:
model  is a valid XKB model
layout  is a valid XKB layout
variant  is a valid XKB variant
numOptions  is the size of the options array
options  is an array of valid XKB options
Returns:
True on success At the moment, accepts only _ONE_ layout. Later probably I'll improve this..

Bool XklConfigWriteXKMFile const char *    fileName,
const char *    model,
const char *    layout,
const char *    variant,
const int    numOptions,
const char *    options[]
 

Writes some XKB configuration into XKM file

Parameters:
fileName  is a name of the file to create
model  is a valid XKB model
layout  is a valid XKB layout
variant  is a valid XKB variant
numOptions  is the size of the options array
options  is an array of valid XKB options
Returns:
True on success At the moment, accepts only _ONE_ layout. Later probably I'll improve this..


Generated on Thu May 30 11:39:03 2002 for libxklavier by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002