vimium-c
vimium-c copied to clipboard
Repeat scrolls and waits
I want to implement a feature of delayed scroll. For example, when I press 3 then s, then the script repeats "scroll down and wait 1500 ms" for 3 times. (scroll down, wait, scroll down, wait,...)
map s runKey keys="%c(scrollDown+1500wait?)"
I have also tried
map __s runKey keys="(scrollDown+1500wait?)"
map s runKey keys="%c__s"
It doesn't wait.
Could you help me with some ideas?
Browser and OS
- Browser name: Chrome
- OS name: Win 10
Sorry there're some bugs in the runKey feature. I'll fix them in months.