Fixed key-limbo issue

This commit is contained in:
brightonanc 2023-08-31 00:20:05 -04:00
parent 04f9073f9d
commit 975e2270f5
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class BaseKeyParser(QObject):
# Update state variables
self._sequence = result.sequence
self._pure_sequence = pure_sequence
if result.match_type:
if result.match_type != QKeySequence.SequenceMatch.NoMatch:
break
assert pure_sequence
if not had_empty_queue: