Skip to content

Commit

Permalink
DialogJump: Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoses-Ib committed Aug 31, 2021
1 parent b972793 commit 1295e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Extract selected archive to subfolder if there's more than one file under the ro
* [CloseTabOrLister](CloseTabOrLister.js)
If there's only one tab, close the lister, otherwise close current tab. (This script is for reference only. A better way to implement it is to turn on "Lister closes when last tab closes" under Preferences/Folder Tabs/Options.)
* [DialogJump](DialogJump.ahk)
When in the editor of the file dialog, press Ctrl+G to jump to the last activated folder of listers. If Ctrl+G does not work, type "//cur " to trigger it. (Need AutoHotkey v2)
When in the editor of the file dialog, press Ctrl+G to jump to the last activated folder of listers. If Ctrl+G does not work, type "//cur " to trigger it. (Download the executable file from [Releases](../../releases) if you do not have [AutoHotkey v2](https://www.autohotkey.com/v2/))
* [EventWatchers](EventWatchers)
Output script event information when the event is triggered. Useful for developing scripts.
* [ObjectViewers](ObjectViewers)
Expand Down
2 changes: 1 addition & 1 deletion README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [CloseTabOrLister](CloseTabOrLister.js)(关闭标签页)
关闭当前标签页,如果只剩一个,就直接关闭窗口。(只作参考用途,更好的实现方式是勾选 配置/文件夹标签/选项 下的“关闭最后一个标签时同时关闭窗口”。)
* [DialogJump](DialogJump.ahk)(对话框跳转)
在文件对话框编辑框中按 Ctrl+G 跳转到 DOpus 最近激活的文件夹。Ctrl+G 无效时可以输入“//cur ”来触发。(需要 AutoHotkey v2)
在文件对话框编辑框中按 Ctrl+G 跳转到 DOpus 最近激活的文件夹。Ctrl+G 无效时可以输入“//cur ”来触发。(如果没有 [AutoHotkey v2](https://www.autohotkey.com/v2/) 的话可以从 [Releases](../../releases) 下载可执行文件
* [EventWatchers](EventWatchers)(查看脚本事件)
触发脚本事件时输出事件信息,有助于脚本开发。
* [ObjectViewers](ObjectViewers)(查看脚本对象)
Expand Down

0 comments on commit 1295e21

Please sign in to comment.