-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
Description
Issue type:
- Bug report
Version:
Vimperator: 3.15.0
FF: 50.0
Description:
Ignorekeys -except= doesn't work. I can add an ignorekeys, with, say, :ignorekeys add -except=JKt: inbox\\.google\\.com
, and vimperator correctly reports: IGNORE MOST KEYS (all except JKt:), but then if I press J, K, t, or :, vimperator doesn't react as it normally does. In other words, ignore most keys seems to ignore all keys, in fact.
Expected behavior:
If I run :ignorekeys add -except=JKt: inbox\\.google\\.com
and restart FF, I expect to visit inbox.google.com and be able to type J
for going to the next tab, K
for going to the previous tab, and :
for opening command mode, etc.
Steps to reproduce:
Run the above command. Try to press J, K, t, etc. Notice that nothing happens.