As the title suggests, I am looking for a command or script to launch the configuration | Information | tags menu.
Thank you!
[Solved] Is it possible to jump to specific section of the configuration with either command or script?
[Solved] Is it possible to jump to specific section of the configuration with either command or script?
Last edited by terrytw on 22 Apr 2025 21:31, edited 1 time in total.
Re: Is it possible to jump to specific section of the configuration with either command or script?
Code: Select all
sendkeys "{PGUP}{t 2}";
#600;
One of my scripts helped you out? Please donate via Paypal
Re: Is it possible to jump to specific section of the configuration with either command or script?
Thanks a lot! Works like a charm.