How can I create hotkeys toggle and icon on menu bar?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
raphaelmsx
Posts: 81
Joined: 10 Oct 2021 20:55

How can I create hotkeys toggle and icon on menu bar?

Post by raphaelmsx »

Hi people!

How can I create two hotkeys toggle and icon on menu bar for the following options:

Confirm drag and drop
Confirm delete operations

Thanks!
Windows 10 22H2 x64
XYplorer 28.20.0602 x64
Screen Scaling 225%

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

Re: How can I create hotkeys toggle and icon on menu bar?

Post by highend »

Code: Select all

    // Confirm drag and drop
    sendkeys "{PGUP}ss{TAB}{TAB 3} {ENTER}";
    #600;

Code: Select all

    // Confirm delete operations
    sendkeys "{PGUP}ss{TAB}{TAB 5} {ENTER}";
    #600;
One of my scripts helped you out? Please donate via Paypal

raphaelmsx
Posts: 81
Joined: 10 Oct 2021 20:55

Re: How can I create hotkeys toggle and icon on menu bar?

Post by raphaelmsx »

Thanks!
Windows 10 22H2 x64
XYplorer 28.20.0602 x64
Screen Scaling 225%

Post Reply