Skip to content

Commit

Permalink
Rename DialogJumpToListerPath.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoses-Ib committed Mar 17, 2021
1 parent b21ce56 commit 1ea6e59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DialogJumpToListerPath.ahk2 → DialogJumpToListerPath.ahk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; DialogJumpToListerPath
; Description: When in file dialog, focus on the edit control, and press Ctrl+E to jump to the last actived folder of listers.
; Description: When in file dialog, focus on the edit control, and press Ctrl+E to jump to the last actived folder of listers. (AHK v2)
; Author: Chaoses Ib
; Version: 210310
; Git: https://github.com/Chaoses-Ib/IbDOpusScripts
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Some scripts for [Directory Opus](https://www.gpsoft.com.au/).
Extract selected archive to subfolder if there's more than one file under the root path, otherwise (only one file) extract it directly.
* [CloseTabOrLister](CloseTabOrLister.js)
If there's only one tab, close the lister, otherwise close current tab.
* [DialogJumpToListerPath](DialogJumpToListerPath.ahk2)
When in file dialog, focus on the edit control, and press Ctrl+E to jump to the last actived folder of listers.
Need AutoHotkey v2.
* [DialogJumpToListerPath](DialogJumpToListerPath.ahk)
When in file dialog, focus on the edit control, and press Ctrl+E to jump to the last actived folder of listers. (Need AutoHotkey v2)
* [PasteInto](PasteInto.js)
Paste files into every selected folder.
* [SizeColByEverything](SizeColByEverything/README.zh-Hans.md)
Expand Down
5 changes: 2 additions & 3 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
对于选中的压缩包,如果根目录内文件多于一个,就解压到子文件夹;如果只有一个,就直接解压到当前目录。
* [CloseTabOrLister](CloseTabOrLister.js)(关闭标签页)
关闭当前标签页,如果只剩一个,就直接关闭窗口。
* [DialogJumpToListerPath](DialogJumpToListerPath.ahk2)(对话框跳转)
在文件对话框的编辑框中按 Ctrl+E,跳转到 DOpus 最后激活的文件夹。
需要 AutoHotkey v2。
* [DialogJumpToListerPath](DialogJumpToListerPath.ahk)(对话框跳转)
在文件对话框的编辑框中按 Ctrl+E,跳转到 DOpus 最后激活的文件夹。(需要 AutoHotkey v2)
* [PasteInto](PasteInto.js)(粘贴进去)
把文件粘贴进每个选中的文件夹。
* [SizeColByEverything](SizeColByEverything/README.zh-Hans.md)(Ev 尺寸列)
Expand Down

0 comments on commit 1ea6e59

Please sign in to comment.