-
Is it possible to use Vimium-C to remap keystrokes to send to a website? |
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
Mar 4, 2024
Replies: 1 comment 1 reply
-
Vimium C can only "simluate" keyboard events, so though its An example to use dispatchEvent is #756 (comment) .
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yozba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vimium C can only "simluate" keyboard events, so though its
dispatchEvent
can do so, this simulation may be detected and then refused by some websites.An example to use dispatchEvent is #756 (comment) .