From 63e7ac2e94bf9adafd0af6bcc9b5a790428d1ad1 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 12 Feb 2024 23:23:38 +0100 Subject: compose: Add X11 compose sequences compile.py implements a parser for X11's Compose.pre files. A lot of code is necessary to interpret character names but thanksfully, the name of most characters is contained in the file. The state machine is compiled into two char arrays which unfortunately requires an expensive initialisation and allocation. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..58362dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +srcs/juloo.keyboard2/ComposeKeyData.java -diff -- cgit v1.2.3