...
This commit is contained in:
parent
bfea21fe39
commit
0a28521677
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def matching_key_actions(self, candidates: Iterable[KeyDefinition]) -> list[KeyD
|
|||
matches = matches[last_terminal_idx+1:]
|
||||
q = matches[-1].options.when_focus_on
|
||||
matches = [x for x in matches if x.options.when_focus_on == q]
|
||||
else:
|
||||
elif matches:
|
||||
matches = [matches[-1]]
|
||||
return matches
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue