diff options
| author | Jules Aguillon | 2024-02-11 20:46:36 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-17 23:28:31 +0100 |
| commit | 8c290732607692cd94247f7e3e9c80fad1dfe516 (patch) | |
| tree | 1903ef13cc72626d0b12c712f9d15aede6fc67b4 /srcs/compose/sequences.txt | |
| parent | 38deb810f94d0e2fea91add4cd53fdd615d19d64 (diff) | |
| download | unexpected-keyboard-8c290732607692cd94247f7e3e9c80fad1dfe516.tar.gz unexpected-keyboard-8c290732607692cd94247f7e3e9c80fad1dfe516.zip | |
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.
Diffstat (limited to 'srcs/compose/sequences.txt')
| -rw-r--r-- | srcs/compose/sequences.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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ù |
