abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/README.md
diff options
context:
space:
mode:
authorJules Aguillon2024-07-21 23:37:07 +0200
committerGitHub2024-07-21 23:37:07 +0200
commit2696f42144f42b1c4c270555047d40095693d3c4 (patch)
treec72d45eaeb3f517c3450ba134b26d08f5022bb3d /srcs/compose/README.md
parent84e10e047012f55d6c2ba2a2c53da93cc9ac00e4 (diff)
downloadunexpected-keyboard-2696f42144f42b1c4c270555047d40095693d3c4.tar.gz
unexpected-keyboard-2696f42144f42b1c4c270555047d40095693d3c4.zip
Allow extending the compose key (#713)
This allows adding more compose sequences without modifying en_US_UTF_8_Compose.pre. This is done by grouping sequences files that should be merged together into a directory. This also allows moving keysymdef.h into that directory.
Diffstat (limited to 'srcs/compose/README.md')
-rw-r--r--srcs/compose/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/srcs/compose/README.md b/srcs/compose/README.md
index a3cfdb3..fff4941 100644
--- a/srcs/compose/README.md
+++ b/srcs/compose/README.md
@@ -3,6 +3,8 @@
The `compose.py` program parses the compose sequences found in this directory
and generates `srcs/juloo.keyboard2/ComposeKeyData.java`.
-## `en_US_UTF_8_Compose.pre`
+## `compose/en_US_UTF_8_Compose.pre`
This file is copied from the `xorg` project. Copyright applies.
+
+## `compose/extra.json`