I use a keyboard without the page down, up, home and end keys, and I use one hand on keyboard and the other hand on tablet, it would be nice if I could have a bottom that scrolls all the way down to the end/top if possible bet one button or two for top and end separately, I tried, but I don't know much about scripting, any help is greatly appreciated!
If you're on the latest version:
@sendkey:Ctrl+Home
@sendkey:Ctrl+End
Or, on older versions, if you don't mind it selecting the first/last item (and deselecting everything else):
Select FIRST MAKEVISIBLE=immediate
Select LAST MAKEVISIBLE=immediate
2 Likes
I don't have the latest beta, only stable 13.4 so only the second option worked, it will do.
Thank you!