Add initial version of i3-input, an interactive tool for sending IPC commands

This commit is contained in:
Michael Stapelberg
2009-09-20 15:44:14 +02:00
parent 0e8b87e9da
commit ca9b52bfcc
12 changed files with 22046 additions and 1 deletions

3
i3-input/keysym2ucs.h Normal file
View File

@ -0,0 +1,3 @@
#include <xcb/xcb.h>
long keysym2ucs(xcb_keysym_t keysym);