Skip to content

Commit 1295e21

Browse files
committed
DialogJump: Improve documentation
1 parent b972793 commit 1295e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Extract selected archive to subfolder if there's more than one file under the ro
88
* [CloseTabOrLister](CloseTabOrLister.js)
99
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.)
1010
* [DialogJump](DialogJump.ahk)
11-
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)
11+
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/))
1212
* [EventWatchers](EventWatchers)
1313
Output script event information when the event is triggered. Useful for developing scripts.
1414
* [ObjectViewers](ObjectViewers)

README.zh-Hans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [CloseTabOrLister](CloseTabOrLister.js)(关闭标签页)
99
关闭当前标签页,如果只剩一个,就直接关闭窗口。(只作参考用途,更好的实现方式是勾选 配置/文件夹标签/选项 下的“关闭最后一个标签时同时关闭窗口”。)
1010
* [DialogJump](DialogJump.ahk)(对话框跳转)
11-
在文件对话框编辑框中按 Ctrl+G 跳转到 DOpus 最近激活的文件夹。Ctrl+G 无效时可以输入“//cur ”来触发。(需要 AutoHotkey v2)
11+
在文件对话框编辑框中按 Ctrl+G 跳转到 DOpus 最近激活的文件夹。Ctrl+G 无效时可以输入“//cur ”来触发。(如果没有 [AutoHotkey v2](https://www.autohotkey.com/v2/) 的话可以从 [Releases](../../releases) 下载可执行文件
1212
* [EventWatchers](EventWatchers)(查看脚本事件)
1313
触发脚本事件时输出事件信息,有助于脚本开发。
1414
* [ObjectViewers](ObjectViewers)(查看脚本对象)

0 commit comments

Comments
 (0)