all repos — openbox @ c90da6da781932c2d178bfb7e39ec1d5003543b7

openbox fork - make it a bit more like ryudo

plugins/keyboard/keyboard.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __plugin_keyboard_keybaord_h
#define __plugin_keyboard_keybaord_h

#include <glib.h>

#include "tree.h"

extern KeyBindingTree *firstnode;

gboolean kbind(GList *keylist, Action *action);

#endif