From 8c290732607692cd94247f7e3e9c80fad1dfe516 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 11 Feb 2024 20:46:36 +0100 Subject: Compose key The COMPOSE_PENDING modifier indicate whether a compose sequence is in progress. The new key of kind Compose_pending sets the current state of the sequence. The compose sequences are compiled into a state machine by a python script into a compact encoding. The state of the pending compose is determined by the index of a state. --- srcs/compose/sequences.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 srcs/compose/sequences.txt (limited to 'srcs/compose/sequences.txt') diff --git a/srcs/compose/sequences.txt b/srcs/compose/sequences.txt new file mode 100644 index 0000000..31063b7 --- /dev/null +++ b/srcs/compose/sequences.txt @@ -0,0 +1,4 @@ +=e€ +`eè +`aà +`uù -- cgit v1.2.3