Merge remote-tracking branch 'origin/pr/4362'

This commit is contained in:
Florian Bruhin 2018-10-26 09:35:21 +02:00
commit d1640ec064

View File

@ -243,9 +243,8 @@ class HintKeyParser(CommandKeyParser):
Returns: Returns:
True if the match has been handled, False otherwise. True if the match has been handled, False otherwise.
""" """
dry_run_match = super().handle(e, dry_run=True)
if dry_run: if dry_run:
return dry_run_match return super().handle(e, dry_run=True)
if keyutils.is_special(e.key(), e.modifiers()): if keyutils.is_special(e.key(), e.modifiers()):
log.keyboard.debug("Got special key, clearing keychain") log.keyboard.debug("Got special key, clearing keychain")