spmenu/libs/key.h
2023-04-05 20:44:09 +02:00

12 lines
229 B
C

typedef struct {
unsigned int mode;
unsigned int mod;
KeySym keysym;
void (*func)(const Arg *);
const Arg arg;
} Key;
static void updatenumlockmask(void);
static void keypress(XEvent *e);
static void grabkeyboard(void);