Replies: 1 comment
-
|
P.S. If this is something you’d consider adding, I’d be glad to give the implementation a shot and open a PR. It looks like a relatively self-contained feature and I’d love to contribute. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’d like to suggest a small but potentially powerful feature: the ability to remap a Vimium key to another page key, i.e. a key event that is passed through to the underlying webpage unchanged.
Why this matters
Currently, Vimium intercepts keys before the page sees them. You can either:
But there’s no way to do something like:
map f LinkHints.activate map g sendKey f # forward “f” to the pageThis would be incredibly useful for cases where:
Proposed syntax
Something simple like:
or
which would cause Vimium to synthesize and dispatch a key event for f to the active page.
Beta Was this translation helpful? Give feedback.
All reactions