kckey.h
00001
00002
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
This file is part of the documentation for kdecore Library Version 3.3.0.