]>
Dogcows Code - chaz/openbox/blob - openbox/keyboard.h
13 extern KeyBindingTree
*keyboard_firstnode
;
15 void keyboard_startup();
16 void keyboard_shutdown();
18 gboolean
keyboard_bind(GList
*keylist
, ObAction
*action
);
20 void keyboard_event(struct _ObClient
*client
, const XEvent
*e
);
21 void keyboard_reset_chains();
23 void keyboard_interactive_grab(guint state
, struct _ObClient
*client
,
24 ObFrameContext context
,
25 struct _ObAction
*action
);
26 gboolean
keyboard_process_interactive_grab(const XEvent
*e
,
27 struct _ObClient
**client
,
28 ObFrameContext
*context
);
30 void keyboard_grab_for_client(struct _ObClient
*c
, gboolean grab
);
This page took 0.035392 seconds and 4 git commands to generate.