Updated QuickSwitch [AutoHotkey]

Discuss and share scripts and script files...
Post Reply
Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

Filehero wrote: 30 Apr 2025 20:25 Many thanks, Raf! :D
Its wonderful! If you can, please try the βeta v1.4.11
I've added ability to restart all Explorer windows on system error and improved performance by reducing disk access.

Improved
  • Read / Write operations to reduce disk usage and improve performance.
  • Values validation performance.
  • Performance if the main ini configuration could not be accessed.
  • Speed of changing path in file dialog.
  • Logging about files QuickSwitch couldn't access (including ini and TotalCmd tabbs file.)
  • Logging for specific actions like deleting configuration.
  • "Menu" tab options naming in "Menu settings".
  • Code readability.
Fixed regressions
  • Turning off "close old dialog" option after opening General dialog.
  • Instant file dialog closing if Auto Switch is enabled.
  • Usage of wrong values entered by user in settings.

Filehero
Posts: 2734
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: Updated QuickSwitch [AutoHotkey]

Post by Filehero »

Finally got around to install it and got it working (an early version didn't work, but I didn't spent more time on it).

And finally something bringing back some file-ex (no https/TLS url!) vibes! Great! :tup:

Many thanks, Raf! :D

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.4.9
  • Improved Auto Switch and path selection speed.
  • Improved logging messages.
  • Improved file dialog errors displaying.
  • Improved code readability.
  • Fixed menu re-appear after disabling Auto Switch.

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.4.8
  • Added dialog name to the "Debug" window.
  • You can export dialog info and read internal and visible dialog name in the exported file.
  • Added .ahk source code archives for all stable βeta versions. Now you can choose any version and run/compile it manually.
  • Reduced the timeout of waiting for XYplorer paths (now empty menu appears faster so you can quickly open XY again and switch back to the dialog).
  • Fixed checking for dialog buttons.

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

xy123 wrote: 25 Apr 2025 18:35 Maybe IDM?
It have hidden Edit fields, buttons and tree so QuickSwitch treats it as dialog :D
Sad, but that's not even ListView...

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.4.7
Added "Show Menu always" and "Show menu after path selection" options in "Menu settings".

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

xy123 wrote: 25 Apr 2025 18:35 When I open its interface, QuickSwitch shows the menu.
Thank you, I'll take a look!

xy123
Posts: 217
Joined: 17 Sep 2017 11:46
Location: Win10 64-bit, @100%

Re: Updated QuickSwitch [AutoHotkey]

Post by xy123 »

Maybe IDM? https://www.internetdownloadmanager.com/download.html

When I open its interface, QuickSwitch shows the menu.

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

I've changed some code for ListView dialogs. But I cant test it. Can you recommend some apps with ListView file dialog?

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.4.6
Added "Close old dialog" option in "Menu settings". Some old dialogs are immediately closed after changing the path.

Fixed regressions:
  • General (common dialog) closed immediately after opening if “Auto Switch” was enabled.
  • The menu did not open after closing the settings.

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

xy123 wrote: 23 Apr 2025 21:18 Did you try it with https://www.softpedia.com/get/System/Fi ... Sync.shtml?
I can't add it because there's no Edit field.
error0.png
error.png
And I cant send full path to the tree. It ignores any messages.
To see the attached files, you need to log into the forum.

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.4.5
  • Added "always Auto Switch" setting
  • Changed "Show menu..." and "Open menu..." ini param names (please change them again in settings)
  • Simplified determining file dialog type
  • Fixed switching between Menu options

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

xy123 wrote: 24 Apr 2025 14:55 Sorry, I meant modern "Select Folder" dialog was introduced in Windows Vista.
MS created common dialog in Win95, but modern style was applied in Win Vista :D

xy123
Posts: 217
Joined: 17 Sep 2017 11:46
Location: Win10 64-bit, @100%

Re: Updated QuickSwitch [AutoHotkey]

Post by xy123 »

Sorry, I meant modern "Select Folder" dialog was introduced in Windows Vista.

Raf
Posts: 154
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

xy123 wrote: 24 Apr 2025 11:18 EDIT: AI says they were introduced in Windows Vista.
The first steps and experiments were taken back in Win95. But old dialogs can be written on C++ in 5 minutes. . .

Post Reply