add support for binding actions to multibyte characters

This commit is contained in:
Andrzej Rybczak
2012-08-25 01:32:12 +02:00
parent 3750533026
commit 6829a8e05c
10 changed files with 289 additions and 213 deletions

View File

@@ -80,8 +80,9 @@
#define KEY_F12 276
// other handy keys
#define KEY_TAB 9
#define KEY_SHIFT_TAB 353
#define KEY_SPACE 32
#define KEY_TAB 9
// define alternative KEY_BACKSPACE (used in some terminal emulators)
#define KEY_BACKSPACE_2 127