Skip to content

Commit

Permalink
Quick select: Fix terminal hotkeys with quick selecting and add suppo…
Browse files Browse the repository at this point in the history
…rt for Everything v1.4
  • Loading branch information
Chaoses-Ib committed Apr 1, 2022
1 parent 8a390e9 commit 32cd45c
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 87 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,12 @@ Edit 模式详见 [Edit 模式](docs/pinyin_search/edit_mode.md)。
`Shift+F10` / `Menu` | 打开右键菜单\*
`Alt+Enter` | 查看文件属性\*
`Esc` / `Ctrl+W` | 关闭窗口\*
`$ (Shift+4)` | 复制文件名,在文件所属目录下启动终端 (v1.5a)
`# (Shift+3)` | 复制文件名,以管理员身份在文件所属目录下启动终端 (v1.5a)
`$ (Shift+4)` | 复制文件名,在文件所属目录下启动终端
`# (Shift+3)` | 复制文件名,以管理员身份在文件所属目录下启动终端

注:
* 操作之后是否关闭窗口可以通过配置进行控制。
* 标 \* 的热键为 Everything 默认热键,不是扩展增加的,在这里列出是为了完整性。
* “(v1.5a)”表示相应热键仅在 Everything v1.5a 中可用。

### 键列表
键列表支持高 DPI,但只在 Everything v1.5a 上支持缩放(热键为 `Ctrl+=` 和 `Ctrl+-`),在 Everything v1.4 上则不支持。
Expand Down Expand Up @@ -151,7 +150,7 @@ quick_select:
# [0-9A-Z] 选中项目
select: true
# 终端 (v1.5a)
# 终端
# Windows Terminal:"wt -d ${fileDirname}"
# Windows Console:"conhost"(不支持以管理员身份启动)
# 禁用:""
Expand Down
Loading

0 comments on commit 32cd45c

Please sign in to comment.