diff options
| author | Jules Aguillon | 2024-07-21 23:37:07 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-21 23:37:07 +0200 |
| commit | 2696f42144f42b1c4c270555047d40095693d3c4 (patch) | |
| tree | c72d45eaeb3f517c3450ba134b26d08f5022bb3d /CONTRIBUTING.md | |
| parent | 84e10e047012f55d6c2ba2a2c53da93cc9ac00e4 (diff) | |
| download | unexpected-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 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55b6707..dfc7f18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,6 +190,12 @@ As translations need to be updated regularly, you can subscribe to this issue to receive a notification when an update is needed: https://github.com/Julow/Unexpected-Keyboard/issues/373 +### Adding Compose key sequences + +New Compose sequences can be added into `srcs/compose/compose/extra.json`. +If a entirely new family of sequences were to be added, a new `.json` file can +be created in the same directory to host them. + ### Adding key combinations Key combinations are defined in `srcs/juloo.keyboard2/KeyModifier.java`. |
