From de0ef0e373948c2b8efa4e89bfceb84b9c47c2e1 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 9 Sep 2024 21:12:19 +0200 Subject: amend: actually this doesn't work, which is very sad i will not fix this rn --- kanata/chords.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kanata/chords.py') 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" -- cgit v1.3.1