QuickSwitch

General discussion related to "Everything".
Rafaello
Posts: 2
Joined: Tue Jan 21, 2025 11:56 pm

Re: QuickSwitch

Post by Rafaello »

DaWolfi wrote: Sun Sep 04, 2022 10:12 am
tuska wrote: Sat Sep 03, 2022 4:09 pm Since the newly added options are so far the only ones for which there are no shortcuts (underscores) yet,
I would like to suggest the following: QuickSwitch-0.5dw9a.zip
I just wanted to say a massive thank you to all the authors for the new functions and settings menu! I've created a better, cleaner version that can now be ported to Autohotkey v2 or further expanded to add more functionality: https://github.com/JoyHak/QuickSwitch/releases
settings.gif
settings.gif (1.64 MiB) Viewed 815 times
AutoSwitch.gif
AutoSwitch.gif (3.33 MiB) Viewed 815 times
menu.gif
menu.gif (2 MiB) Viewed 815 times
Changelog

- Following the clearance of the code, the syntax has been modified to closely resemble that of
Autohotkey v2
, facilitating further adaptation to
v2
.

- The code has been restructured to enhance its clarity and to facilitate self-documentation, with additional comments added to support its interpretation.

- The code has been modified to remove Spaggification and GOTO labels, and to add structure by dividing the key elements of the script into parts and adding them to Libs.

- The speed at which menu with paths from file managers appear has been increased.

-
AutoSwitch
has been modified to no longer iterate over all paths and now works directly with the latest file manager.

-
AutoSwitch exception
has been rendered obsolete.

- The drive letter now can be removed from the menu.

- New settings have been added. Including the ability to enable auto-startup via tray/settings menu.

- The ability to shorten the displayed path and cut the path from either side (left or right) has now been added.

Extended support for XYplorer:

- If you open a
Rapid Access Folder
or a virtual path (Rapid/Music, Downloads), it can be displayed instead of the full path.
- The menu will display the paths from all open folders starting from the current one. Previously, only 1 path was displayed.


To-Do
  • auto-check for update (lib and setting)
  • AutoSwitch on clipboard change
  • drag and drop any file field
  • change main hotkey in settings
  • Xyplorer history
  • Pin favourite paths
  • Explorer
    :
    • QTTabBar tabs
    • Win11 support
    • MRU
Need help with:
  • Autohotkey v2
    port
  • File managers
    :
    • tabs from all panes
    • new commands to avoid using clipboard
    XYplorer receives a command using
    DllCall
    and sends the XYdata directly to RAM, from where Autohotkey reads it
Rafaello
Posts: 2
Joined: Tue Jan 21, 2025 11:56 pm

Re: QuickSwitch

Post by Rafaello »

The script has been successfully finalised and compiled!
Attachments
(3).png
(3).png (72.71 KiB) Viewed 814 times
Post Reply