]> git.sur5r.net Git - i3/i3/commit
Add initial version of i3-input, an interactive tool for sending IPC commands
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Sep 2009 13:44:14 +0000 (15:44 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Sep 2009 13:44:14 +0000 (15:44 +0200)
commitca9b52bfcc4a0a12fd3491be05ab6c2f92e4bde7
tree12df80fa58095493eef2241ddf031e45dd036dd8
parent0e8b87e9da8e0a574cb2c2852773534f70292564
Add initial version of i3-input, an interactive tool for sending IPC commands
12 files changed:
Makefile
i3-input/Makefile [new file with mode: 0644]
i3-input/UnicodeData.txt [new file with mode: 0644]
i3-input/convmap.pl [new file with mode: 0755]
i3-input/i3-input.h [new file with mode: 0644]
i3-input/ipc.c [new file with mode: 0644]
i3-input/keysym.map [new file with mode: 0644]
i3-input/keysym2ucs.c [new file with mode: 0644]
i3-input/keysym2ucs.h [new file with mode: 0644]
i3-input/main.c [new file with mode: 0644]
i3-input/ucs2_to_utf8.c [new file with mode: 0644]
i3-input/xcb.c [new file with mode: 0644]