From d1b94b4487c72b13320a281ad6a2fc291e4c79c7 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 21 Oct 2022 23:37:24 +0100 Subject: Initial input handling cleanup. Also changed keyboard shortcuts to use physical keycodes, rather than XKB keysyms. This means shortcuts don't shift when keyboard layout is changed. --- src/utf8.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utf8.h') diff --git a/src/utf8.h b/src/utf8.h index b6ee986..fb0fc5f 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -4,6 +4,7 @@ #include #include +uint32_t utf8_isprint(uint32_t c); uint32_t utf8_isupper(uint32_t c); uint32_t utf8_islower(uint32_t c); uint32_t utf8_isalnum(uint32_t c); -- cgit v1.2.3