Support mouse extra buttons (back and forward) to navigate folders
Please, could you paste what you added to your AHK script? Tried ^+Tab::SendInput ^+{Tab}, +{Tab} But it didn't work. Edit: I think I got it. ^+Tab:: Send ^+{Tab} Send +{Tab} return Edit2: it doesn't work when you switch to a folder with many files, Explorer freezes for an instant and focus doesn't go to the list of files/folders if you release Shift before this ends. Edit3: this ugly trick seems to work for every case: #IfWinActive ahk_class CabinetWClass ^+Tab:: Send ^+{Tab} Send +{Tab} Send ^{Down}...
Please, could you paste what you added to your AHK script? Tried ^+Tab::SendInput ^+{Tab}, +{Tab} But it didn't work. Edit: I think I got it. ^+Tab:: Send ^+{Tab} Send +{Tab} return Edit: it doesn't work when you switch to a folder with many files, Explorer freezes for an instant and focus doesn't go to the list of files/folders if you release Shift before this ends.
Please, could you paste what you added to your AHK script? Tried ^+Tab::SendInput ^+{Tab}, +{Tab} But it didn't work. Edit: I think I got it. ^+Tab:: Send ^+{Tab} Send +{Tab} return Edit: it doesn't work when you switch to a folder with many files, Explorer freezes for an instant and focus doesn't go to the list of files/folders.
Please, could you paste what you added to your AHK script? Tried ^+Tab::SendInput ^+{Tab}, +{Tab} But it didn't work. Edit: I think I got it. ^+Tab:: Send ^+{Tab} Send +{Tab} return
Please, could you paste what you added to your AHK script? Tried ^+Tab::SendInput ^+{Tab}, +{Tab} But it didn't work.