diff options
| author | kkard2 <[email protected]> | 2024-09-09 21:12:19 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-09-09 21:18:43 +0200 |
| commit | de0ef0e373948c2b8efa4e89bfceb84b9c47c2e1 (patch) | |
| tree | dbda9ae156ba136a79edc1b819b8e8f1d4c256d5 /kanata/chords.py | |
| parent | 5ce42838678d408dd8a38a604c6d9516cb2c2ec0 (diff) | |
amend: actually this doesn't work, which is very sad
i will not fix this rn
Diffstat (limited to 'kanata/chords.py')
| -rwxr-xr-x | kanata/chords.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kanata/chords.py b/kanata/chords.py index 7b6fbb2..1400ad0 100755 --- a/kanata/chords.py +++ b/kanata/chords.py @@ -22,10 +22,10 @@ for keys, macro in chord_data.items(): macro_formatted += f"(unicode {char}) " macro_formatted = macro_formatted.strip() - release = "all-released" + release = "first-release" chord_line = f" ({keys_formatted}) (macro {first_char_macro} { - macro_formatted}) 75 {release} (arrows)\n" + macro_formatted}) 75 {release} (gaming)\n" output += chord_line output += ")\n" |
