I’ll start with code
function BigScrollUp()
let count = 20
while count > 0
"Press" CTRL-Y <-- how do I emulate this?
sleep 5m
count -= 1
endwhile
endfunction
I want to create a function to quickly scroll up and down, with animation so that I can keep track of where I am going.
Try this:
Literally type ctrl+v, followed by ctrl+y which will result in a single character shown as ^Y in your script.