This commit is contained in:
Kovid Goyal
2024-01-25 09:00:46 +05:30
parent 2f7b0d1d94
commit 7f1c371b6e
2 changed files with 5 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ def compare_opts(opts: KittyOpts, print: Print) -> None:
seen = set()
uniq = []
for d in reversed(defns):
key = d.full_key_sequence_to_trigger, d.options.when_focus_on
key = d.unique_identity_within_keymap
if key not in seen:
seen.add(key)
uniq.append(d)