kdecore Library API Documentation

kckey.h

00001 // This file has been automatically generated by "generate_keys.sh" 
00002 // Distributed under the GNU Library General Public License 
00003 #ifndef KCKEY_H 
00004 #define KCKEY_H 
00005 
00006 typedef struct { 
00007     const char *name; 
00008     int code; 
00009 } KKeys; 
00010 
00011 #define MAX_KEY_LENGTH           15   // should be calculated (gawk ?) 
00012 #define MAX_KEY_MODIFIER_LENGTH   21  // "SHIFT + CRTL + ALT + " :  
00013 #define MAX_FCTN_LENGTH           50  // arbitrary limit 
00014 #define NB_KEYS                 278 
00015 extern const KKeys kde_KKEYS[NB_KEYS]; 
00016 
00017 #endif
KDE Logo
This file is part of the documentation for kdecore Library Version 3.3.90.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 30 10:09:38 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003