diff options
| author | kkard2 <[email protected]> | 2024-09-10 21:20:55 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-09-10 21:20:55 +0200 |
| commit | ed6e9da02ce3ae8077b5add5095bdd99bc3fc8e2 (patch) | |
| tree | a7a4e5c2cffc881000d2e086b10446a4bdbee4d9 | |
| parent | de0ef0e373948c2b8efa4e89bfceb84b9c47c2e1 (diff) | |
chords don't wrok
| -rwxr-xr-x | kanata/chords.py | 2 | ||||
| -rw-r--r-- | kanata/kanata.kbd | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/kanata/chords.py b/kanata/chords.py index 1400ad0..b61dd64 100755 --- a/kanata/chords.py +++ b/kanata/chords.py @@ -4,6 +4,8 @@ chord_data = { "praw": "prawdopodobnie", "pro": "probably", "com": "co masz na myśli", + "spr": "sprawiedliwe", + "spa": "spać mi się chce", } output = "(defchordsv2-experimental\n" diff --git a/kanata/kanata.kbd b/kanata/kanata.kbd index 3b27728..322e2c1 100644 --- a/kanata/kanata.kbd +++ b/kanata/kanata.kbd @@ -54,4 +54,5 @@ crg C-rght ) -(include chords.kbd) +;; https://github.com/jtroo/kanata/issues/1232 +;; (include chords.kbd) |
