MGL plug-in - Restore Closed Folders

Adds a function to reopen a closed folder window to MouseGestureL.ahk. The following two functions will be added as actions that can be performed by gesture operations.

  • Open the last closed folder.
  • Display the history of closed folders as a menu and open any selected folder.

◆ How to use

Open the Plugins folder under the folder where MouseGestureL.ahk is installed, and copy RestoreFolders.ahk from the downloaded zip archive.
After that, when you display the configuration of MouseGestureL.ahk, you will be able to select "Restore Last Closed Folder" and "Show Closed Folders List" as actions to assign to gestures. (The category for filtering is "Others".)

◆ Version History

Ver. 1.02   Jan. 3, 2025

  • Added the ability to save history data for closed folders and restore the history the next time MGL is started.
  • Improved the display contents of the folder history menu.
  • Fixed a bug that the same folder appears multiple times in the folder history menu.

Ver. 1.01   Jan. 25, 2021

  • Fixed a bug that abnormal termination occurs when "Show Closed Folders List" is executed after closing a special folder.

Ver. 1.00   Sep. 20, 2020

  • First release