Files
termscp/docs/zh-CN/usage/keyboard-shortcuts.md
T
Christian Visintin afbc74113f
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
Site / build-site (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
CI / toolchain (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / install-scripts (push) Has been cancelled
CI / crates-ubuntu-latest (push) Has been cancelled
CI / crates-windows-latest (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deny (push) Has been cancelled
CI / crates-macos-latest (push) Has been cancelled
ci: migrate project automation to Just (#442)
* ci: migrate project automation to Just

Centralize build, test, release, dependency, hook, and website commands in Just recipes. Pin workflow tooling, use the repository toolchain, and run the complete validation set in CI.

* ci: codex being codex

* docs: update CLAUDE.md for just task runner migration

Reflect the switch to just recipes for build/test/clippy/fmt, note
dprint replacing raw rustfmt, and add a cross-platform code requirement.

* fix: resolve clippy warnings breaking CI on ubuntu and windows

Use clone() instead of implicit to_string() on already-owned String
values, gate the windows-only unused make_file_at import behind
cfg(posix), and fix unused mut / manual assign-op in the windows-only
localhost test.

* fix: fmt
2026-08-28 19:29:58 +02:00

2.8 KiB

键盘快捷键

以下按键可在文件浏览器中使用。随时按 <H|F1> 可打开应用内帮助。

按键 操作
<ESC> 断开与远程的连接并返回认证页面
<BACKSPACE> 返回导航栈中的上一个目录
<TAB> 切换当前活动的浏览器选项卡
<RIGHT> 移动到远程浏览器选项卡
<LEFT> 移动到本地浏览器选项卡
<UP> 在所选列表中向上移动
<DOWN> 在所选列表中向下移动
<PGUP> 在所选列表中向上移动 8 行
<PGDOWN> 在所选列表中向下移动 8 行
<ENTER> 进入所选目录
<SPACE> 上传或下载所选文件
<BACKTAB> 在日志选项卡与浏览器之间切换
<A> 切换是否显示隐藏文件
<B> 选择文件的排序方式
<C|F5> 复制所选文件或目录
<D|F7> 新建目录
<E|F8|DEL> 删除所选文件
<F> 搜索文件(支持通配符匹配)
<G> 跳转到指定路径
<H|F1> 显示帮助
<I> 显示所选文件或目录的信息
<K> 创建指向当前所选条目的符号链接
<L> 重新加载当前目录的内容,或清除当前选择
<M> 选择一个文件
<N> 使用提供的名称创建新文件
<O|F4> 在文本编辑器中编辑所选文件
<P> 打开日志面板
<Q|F10> 退出 termscp
<R|F6> 重命名所选文件
<S|F2> 将所选文件另存为新名称
<T> 将所选路径上的更改同步到远程
<U> 进入上级目录
<V|F3> 使用该文件类型的默认程序打开所选文件
<W> 使用你指定的程序打开所选文件
<X> 执行命令
<Y> 切换同步浏览
<Z> 更改文件模式
</> 过滤文件(同时支持正则表达式和通配符匹配)
<CTRL+A> 选择所有文件
<ALT+A> 取消选择所有文件
<CTRL+C> 中止文件传输过程
<CTRL+S> 获取所选路径的总大小
<CTRL+T> 显示所有已同步的路径