vysmaty / QuickLinks_v2

Create quickly a menu based on a folder. Briskly navigate in Explorer or dialogs (Open / Save as...) or just open folder or file from anywhere.
GNU General Public License v3.0
2 stars 0 forks source link

Recent Visited Folders #6

Open vysmaty opened 7 months ago

vysmaty commented 7 months ago

Menu items for recent visited folder. Limit to... x items. Refresh when menu called.

Sources: Typed paths: (typed :/)HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths

Recent folders: (not from active explorers :/) shell:::{22877a6d-37a1-461a-91b0-dbda5aaebc99}

Recent: Not good. C:\Users\marti\AppData\Roaming\Microsoft\Windows\Recent

Easy way : Just get path from existing explorer windows. And sort by path?

vysmaty commented 7 months ago

Maybe last active windows list... https://www.autohotkey.com/boards/viewtopic.php?p=561833#p561833

vysmaty commented 7 months ago

https://www.autohotkey.com/docs/v2/lib/WinGetList.htm Windows are retrieved in order from topmost to bottommost (according to how they are stacked on the desktop).