[nckeys] add NCKEY_TAB alias for ASCII 9 #2405

pull/2406/head
nick black 3 years ago
parent ff27a0f40a
commit 629fbc689b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -177,6 +177,7 @@ nckey_synthesized_p(uint32_t w){
#define NCKEY_RETURN NCKEY_ENTER
// Just aliases, ma'am, from the 128 characters common to ASCII+UTF8
#define NCKEY_TAB 0x09
#define NCKEY_ESC 0x1b
#define NCKEY_SPACE 0x20

Loading…
Cancel
Save