vimium-c icon indicating copy to clipboard operation
vimium-c copied to clipboard

Repeat scrolls and waits

Open anglimath opened this issue 2 years ago • 1 comments

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

anglimath avatar Jul 03 '23 02:07 anglimath

Sorry there're some bugs in the runKey feature. I'll fix them in months.

gdh1995 avatar Jul 12 '23 16:07 gdh1995