Updated QuickSwitch [AutoHotkey]

Discuss and share scripts and script files...
MBaas
Posts: 654
Joined: 15 Feb 2016 21:08

Re: Updated QuickSwitch [AutoHotkey]

Post by MBaas »

Eh - that's weird. Suddenly paste is working again. Must have been another problem - or a temporary glitch in the time/space continuum... :whistle:
_________________________________________________
Happy user with Screen scaling 100% and W11Pro 24H2 ;-)

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

MBaas wrote: 08 Apr 2025 11:22 just a question: I noticed that when I can't Paste into the Open/Save dialogs when QS is running in the background.
Has anyone else noticed that, too - or is it something with my environment. Or did I miss any options?
Record the gif and attach it to the bug report. You can also try the beta version.

WirlyWirly
Posts: 259
Joined: 21 Oct 2020 23:33
Location: Win 10 @ 100% (3440x1440)

Re: Updated QuickSwitch [AutoHotkey]

Post by WirlyWirly »

Great update, I've been using the original QuickSwitch for a few years and this next-gen is quite promising.

One issue I've run into is that when the xy-tab uses variables (either XY or windows variables), they are not resolved when the script makes the quickswitch. The result is that explorer fails to find the directory.
2025-04-09_13-44-48.png
2025-04-09_13-44-48.png (11.5 KiB) Viewed 13123 times

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

WirlyWirly wrote: 09 Apr 2025 22:49 I've been using the original QuickSwitch for a few years...
Me too, so I started by adding all the paths from xyplorer to the menu :D
It only took 30mins, that's why I love XY.
One issue I've run into is that when the xy-tab uses variables...
Versions 1.0+ is aimed at high performance and is devoid of various checks and transformations. But XY always transforms virtual paths to the real paths if it can. Sometimes SC PathReal() cannot convert a path.

You can write a bug report. Please attach screenshots with:
  • Paths from XY
  • This paths display in the menu
And copy any problematic path from the XY address bar and attach it as a log.

To ensure that the correct current paths always appear in the menu, do not open system virtual paths such as This PC. RAF paths is fully converted to real paths.

P.S.: You can use the Short path option to hide the username ;)

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

In which file dialogs that you use the menu does not appear? What kind of applications are these?

I added some checks so that the menu does not appear in various erroneous applications, but it seems that the "Blacklist" option is still needed. What should this option be in your opinion?

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

New beta version: https://github.com/JoyHak/QuickSwitch/r ... /tag/1.4.1
Full changelog will be available on release. I've greatly improved performance.
WirlyWirly wrote: 09 Apr 2025 22:49 When the xy-tab uses variables (either XY or windows variables), they are not resolved
Fixed.
Norn wrote: 05 Apr 2025 13:59 Using the address bar to navigate causes flickering and leaves a trail, I use the Edit1 control to navigate
Now all dialogs use the Edit field. AutoSwitch and path selection now work very quickly.
Last edited by Raf on 21 Apr 2025 16:54, edited 1 time in total.

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

Horst wrote: 04 Apr 2025 16:33 As reported, it works fine in XY but not at all in TC.
Fixed.
xy123 wrote: 02 Apr 2025 20:08 Any plans for supporting the worst of them all and that is "Browse for Folder" dialog?
Added. Fixed slow down if XYplorer child windows are open or a file dialog is open in XY.

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

Re: Updated QuickSwitch [AutoHotkey]

Post by xy123 »

Raf wrote: 21 Apr 2025 16:53
xy123 wrote: 02 Apr 2025 20:08 Any plans for supporting the worst of them all and that is "Browse for Folder" dialog?
Added.
Thank you, but only newer ones are supported, because the older ones still aren't:
xy123 wrote: 05 Apr 2025 12:19 2. This app uses even older one, which cannot be resized.
https://www.softpedia.com/get/System/Fi ... Sync.shtml

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

xy123 wrote: 21 Apr 2025 18:16 Thank you, but only newer ones are supported, because the older ones still aren't
OK, I'll test the older versions.

Horst
Posts: 1329
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Updated QuickSwitch [AutoHotkey]

Post by Horst »

The new version 1.4.2 now works for me in Total Commander and XY :D
Windows 11 Home, Version 25H2 (OS Build 26200.7019)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1400a (x64), Everything Toolbar 2.1.0, Listary Pro 6.3.6.99

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

Horst wrote: 21 Apr 2025 21:15 The new version 1.4.2 now works for me in Total Commander and XY :D
Thanks for testing :D Please do not duplicate the comments on the two forums. Write only on TC or only here, so that I can keep track of what is happening.

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

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.4.4
  • Fixed auto-startup shortcut for βeta versions.
  • Menu no longer appear in non-dialog windows or in dialogs with no buttons or input fields.
  • The internal structure of source code and files has been changed.
  • The menu reappears after enabling any option.
  • Updated Total Commander core.
xy123 wrote: 21 Apr 2025 18:16 Thank you, but only newer ones are supported, because the older ones still aren't
Added old-styles dialogs without input fields. Please try it.

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

Re: Updated QuickSwitch [AutoHotkey]

Post by xy123 »

Raf wrote: 23 Apr 2025 21:10 Added old-styles dialogs without input fields. Please try it.
Doesn't work for me, tested both QuickSwitch-1.4.4-x64.exe and QuickSwitch-1.4.4-x32.exe.

Did you try it with https://www.softpedia.com/get/System/Fi ... Sync.shtml?

Raf
Posts: 128
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 ...?
Not yet. Tested in XY, RegShot, 7z and WinRAR only

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

Re: Updated QuickSwitch [AutoHotkey]

Post by xy123 »

Raf wrote: 23 Apr 2025 21:25 Not yet. Tested in XY, RegShot, 7z and WinRAR only
They are all using the new one, not the old one. Yes, they don't have the input field, but they are new ones.

If it helps, all old dialogs have these characteristics:

Code: Select all

Window: #32770

Controls:
Static1
Static2
SysTreeView321
Button1
Button2

Post Reply