vimperator-labs icon indicating copy to clipboard operation
vimperator-labs copied to clipboard

ignorekeys -except= doesn't work

Open JonathanReeve opened this issue 8 years ago • 1 comments

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.

JonathanReeve avatar Dec 07 '16 00:12 JonathanReeve

The following works for me:

ignorekeys add -except=":",";","f" github\\.com

gsbabil avatar Dec 24 '16 18:12 gsbabil