Fixed key-limbo issue
This commit is contained in:
parent
04f9073f9d
commit
975e2270f5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue