Page 1 of 1

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

Posted: 22 Apr 2025 19:56
by terrytw
As the title suggests, I am looking for a command or script to launch the configuration | Information | tags menu.

Thank you!

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

Posted: 22 Apr 2025 20:40
by highend

Code: Select all

sendkeys "{PGUP}{t 2}";
    #600;

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

Posted: 22 Apr 2025 21:31
by terrytw
highend wrote: 22 Apr 2025 20:40

Code: Select all

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