rosenrot/keyconf.h
2022-05-10 19:52:56 +02:00

18 lines
196 B
C

#pragma once
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
typedef struct {
unsigned modkey;
unsigned keycod;
unsigned funcid;
} Key;
enum {
goback,
goforward,
copy_url,
paste_url
};