dialis
Enforce windows file dialog('open' and 'save as') with showing a popup-menu from your filelist.txt
Overview
dialis is a popup menu based file path copy tool.
- 1: Push ScrollLock key in a file dialog.
- 📝 Of course, the key you use can be changed.
- 2: A poup menu is opend, so select one what you open.
- 3: Copypasted with your selection.
Requirement
- AutoHotkey Version 1.1.30+
Install
At first, get.
$ git clone https://github.com/stakiran/dialis
If needed, build and get an dialis.exe.
$ git clone https://github.com/stakiran/dialis
$ cd dialis
$ copy build.ahk.sample build.ahk
$ (Edit build.ahk based on your environment)
$ build.ahk
Secondly, set an commandline to call the dialis from your ahk script. For example...
Example1: Use an exe file and ScrollLock key.
#If WinActive("ahk_class #32770")
ScrollLock::run, D:\bin\dialis\dialis.exe
#IfExample2: Use an script and ScrollLock key.
#If WinActive("ahk_class #32770")
ScrollLock::run, D:\bin\dialis\dialis.ahk
#IfHow to use
Open a file dialog, and push your hotkey.
But it is recommended to push on the file name input-box.
License
Author
On this page
Languages
AutoHotkey100.0%
Contributors
MIT License
Created December 3, 2019
Updated December 12, 2019
