Fix more hinting issues

This commit is contained in:
Florian Bruhin 2018-02-26 20:49:02 +01:00
parent de3b4adfd8
commit d9ae3fd5aa
2 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ class HintKeyParser(keyparser.CommandKeyParser):
True if event has been handled, False otherwise.
"""
# FIXME rewrite this
# FIXME should backspacing be a more generic hint feature?
log.keyboard.debug("Got special key 0x{:x} text {}".format(
e.key(), e.text()))
hintmanager = objreg.get('hintmanager', scope='tab',

View File

@ -338,7 +338,7 @@ Feature: Using hints
And I set hints.auto_follow to unique-match
And I set hints.auto_follow_timeout to 0
And I hint with args "all"
And I press the keys "ten pos"
And I press the keys "ten p"
Then data/numbers/11.txt should be loaded
Scenario: Scattering is ignored with number hints