You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
env youtubeVideo host="https://youtube.com/watch" # define youtube env
# map l,h to right-arrow and left-arrow (most sites use these two keys to adjust video progress)
map l runKey expect={"youtubeVideo": "<right>"} keys="<v-l>"
map h runKey expect={"youtubeVideo": "<left>"} keys="<v-h>"
# <v-l> and <v-h> help l,h work like defaulted in other sites
map <v-l> scrollLeft
map <v-h> scrollRight
What command or commands
map l scrollRight
How should a feature do
I want to scroll forward using
l
in youtube and other bigger video sitesWhen a user has done such steps:
1 insert
map l scrollRight
2 goto
youtube.com
3 press
l
then Vimium C should do:
forward the video
Browser and OS
Version 131.0.6778.86 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: