CBT for Pg/up and Pg/Dn ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
DixieCup48
Posts: 110
Joined: 30 Jan 2018 14:58

CBT for Pg/up and Pg/Dn ?

Post by DixieCup48 »

Would it be possible for someone out there to furnish a script to put into a custom toolbar button for Page Up and Page Down?

The reason for needing this is that the new Trackball as no mechanism to scroll. In particular for using when viewing Thumbnails.

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: CBT for Pg/up and Pg/Dn ?

Post by jupe »

Code: Select all

focus; sendkeys "{PGUP}";

Code: Select all

focus; sendkeys "{PGDN}";

DixieCup48
Posts: 110
Joined: 30 Jan 2018 14:58

Re: CBT for Pg/up and Pg/Dn ?

Post by DixieCup48 »

Sendkeys to the rescue :!: How marvelously simple. Thank you for your reply jupe.

While it is not part of XYplorer Don may aid a lot of people if it were referred to somewhere "in the footnotes".

Post Reply