aa_autoinitkbd (3) Linux Manual Page
NAME aa_autoinitkbd – easy to use AA-lib keyboard initialization function. SYNOPSIS #include <aalib.h> int aa_autoinitkbd ( struct aa_context *context, int mode ); PARAMETERS struct aa_context *context Specifies the AA-lib context to operate on. int mode Mask of extra features you request. Can contain AA_SENDRELEASE if you are interested in release events too. DESCRIPTION Attempts to…
