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!
How can I create hotkeys toggle and icon on menu bar?
-
raphaelmsx
- Posts: 81
- Joined: 10 Oct 2021 20:55
How can I create hotkeys toggle and icon on menu bar?
Windows 10 22H2 x64
XYplorer 28.20.0602 x64
Screen Scaling 225%
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?
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?
Thanks!
Windows 10 22H2 x64
XYplorer 28.20.0602 x64
Screen Scaling 225%
XYplorer 28.20.0602 x64
Screen Scaling 225%
XYplorer Beta Club