[Solved] Is it possible to jump to specific section of the configuration with either command or script?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
terrytw
Posts: 116
Joined: 03 Mar 2023 03:37

[Solved] Is it possible to jump to specific section of the configuration with either command or script?

Post by terrytw »

As the title suggests, I am looking for a command or script to launch the configuration | Information | tags menu.

Thank you!
Last edited by terrytw on 22 Apr 2025 21:31, edited 1 time in total.

highend
Posts: 14431
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Is it possible to jump to specific section of the configuration with either command or script?

Post by highend »

Code: Select all

sendkeys "{PGUP}{t 2}";
    #600;
One of my scripts helped you out? Please donate via Paypal

terrytw
Posts: 116
Joined: 03 Mar 2023 03:37

Re: Is it possible to jump to specific section of the configuration with either command or script?

Post by terrytw »

highend wrote: 22 Apr 2025 20:40

Code: Select all

sendkeys "{PGUP}{t 2}";
    #600;
Thanks a lot! Works like a charm.

Post Reply