This commit is contained in:
Christoph Cullmann 2025-03-20 10:53:30 +01:00
parent 791be9e86b
commit 97dbf11902
No known key found for this signature in database
4 changed files with 13 additions and 6 deletions

View file

@ -77,7 +77,7 @@ file `keymap.json` in your keymap folder with the content
```json
{
"modules": ["getreuer/achordion"]
"modules": ["getreuer/tap_flow"]
}
```
@ -86,7 +86,7 @@ multiple modules like:
```json
{
"modules": ["getreuer/achordion", "getreuer/sentence_case"]
"modules": ["getreuer/tap_flow", "getreuer/sentence_case"]
}
```