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

Many thanks, Raf!

Its wonderful! If you can, please try the βeta v1.4.11
ctrl+alt+shift+0
shortcut a lot in XY, so when it stopped working and gave me what looked like a broken menu I got confused. I was about to report an XY bug Yes.WirlyWirly wrote: ↑03 Jun 2025 20:19 As I've never had this issue with the original, I believe this has something to do with the fact that your version is navigating using the input field rather than the breadcrumbs bar.
Code: Select all
SetControlDelay 10
setKeyDelay 110
ControlHide("Edit1", winHwnd)
loop 3
{
ControlSetText btnScript, "Edit1", winHwnd
if (isDialogType = "tabControl") {
Send "!d"
hwnd := ControlGetHwnd("Edit1", winHwnd)
SendMessage(0x00B1, 0, -1, hWnd)
ControlShow("Edit1", winHwnd)
return
} else
{
ControlFocus "Edit1", winHwnd
ControlSend("{enter}", "Edit1", winHwnd)
sleep 300
ctrl+alt+shift+0
shortcut Alt
will be removed, as the QuickSwitch sets the Alt
key to be held down, which makes it impossible to work in the system.The delay only makes sense until the file dialog is fully rendered. If it is visible, a delay of 10-20 ms between commands is sufficient. Now I'm trying to figure out why Autohotkey is receiving incorrect Information about the visibility status of the Edit control.
Ctrl+Shift+Win+0
. Details about this feature are described here.I didn't add automatic switching, usually I switch it by clicking a button or Ctrl+G after the dialog appears.