Fix more hinting issues
This commit is contained in:
parent
de3b4adfd8
commit
d9ae3fd5aa
@ -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',
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user