KBDE

About
 Main Page

Get It
 Via the Web
 Via Anonymous CVS

Driver
 README
 News
 ChangeLog
 Installation
 THANKS
 FAQ

 KBDE.4
 KBDE.9

Utils
 README
 News
 ChangeLog

 KBDE.1

Develop
 KBDE.3
 KBDE_ASCII.3
 KBDE_MISC.3
 XT_KBDE_SCANCODE.7

Resources
 WEB CVS
 XT Scancodes
 SourceForge Page
 Mailing List
 Forums
 LinuxLinks
 Related Projects

My Other SF projects
 ksm
 nfstimesync
 noexec
 pkgrebuild
 rpmrebuild (with Eric Gerbier)
 rrp_statify
 statifier

SourceForge.net Logo

 
Man Page kbde_misc.3
Manpage of KBDE MISC

KBDE MISC

Section: KBDE Programmer's manual (3)
Updated: January 4, 2004
Index Return to Main Contents
 

NAME

kbde_key_to_name, kbde_name_to_key, kbde_case_name_to_key - Programming interface to keyboard emulator. Misc kbde functions.  

SYNOPSIS

#include <kbde/kbde.h>

const char *kbde_key_to_name(int key_code);

int kbde_name_to_key(const char *name);

int kbde_case_name_to_key(const char *name);

 

DESCRIPTION

The kbde_key_to_name() function return NULL-terminated key's name, if key_code in the range 1..KBD_KEY_LAST_USED. Otherwise return NULL.

The kbde_name_to_key() function return key_code corresponding to the name. If name is unknown return 0.

The kbde_case_name_to_name() function is similar to kbde_name_to_key, except names comparation ignore case of characters.

 

SEE ALSO

kbde_key_press(3),
kbde_key_release(3),
kbde_key_press_release(3),
kbde_ascii_key_press(3),
kbde_ascii_key_release(3),
kbde_ascii_key_press_release(3),
xt_kbde_scancode(7)  

AUTHOR

Valery Reznic <valery_reznic@users.sourceforge.net>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 06:31:49 GMT, May 14, 2007