diff --git a/README.md b/README.md index b44d4ad..d08c077 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ docker-compose up -d 1. **标签页切换**:当命令输入框获得焦点时,使用 `Alt + ↑/↓` 切换 SSH 会话标签页,使用 `Alt + ←/→` 切换文本编辑器标签页。 2. **命令同步**(需在设置中开启):开启后,在命令输入框中输入的文字将实时同步到选定的目标输入源。使用 `↑/↓` 键选择菜单命令项,然后按下 `Alt + Enter` 发送选中的指令。 + ### 文件管理器组件 1. **文件快速选择**:在文件搜索框获得焦点时,可以使用 `↑/↓` 键快速选择文件。 @@ -150,6 +151,10 @@ docker-compose up -d 4. **多选操作**:按住 `Ctrl` 或 `Shift` 键可以选择多个文件或文件夹。 5. **右键菜单**:提供复制、粘贴、剪切、删除、重命名、修改权限等常用文件操作。 +### 终端组件 +1. Ctrl + Shift + C 复制,Ctrl + Shift + V 粘贴 + + ### 历史命令组件 1. **查看完整命令**:当历史命令过长被截断时,将鼠标悬停在命令上即可查看完整的指令内容。 @@ -158,6 +163,8 @@ docker-compose up -d 1. **缩放**:在终端、文件管理器和文本编辑器组件中,可以使用 `Ctrl + 鼠标滚轮` 进行缩放。 2. **侧栏**:展开的侧栏可以通过拖拽调节宽度。 +3. **标签栏**:对于ssh标签栏和文件管理器标签栏可以右键弹出菜单,内容项有:关闭,关闭左侧标签页,关闭其他标签页,关闭右侧标签页。 +4. **标签分组折叠栏** 可以直接点击视图里的标签名字修改标签名称 ## ⚠️ 注意事项 diff --git a/doc/README_EN.md b/doc/README_EN.md index c6a57e9..2bfc09b 100644 --- a/doc/README_EN.md +++ b/doc/README_EN.md @@ -142,10 +142,19 @@ Here are some implicit practical features. 1. **View Full Command**: When a historical command is too long and truncated, hover the mouse over the command to view the complete instruction content. +### Terminal Component + +1. Press **Ctrl + Shift + C** to copy, and **Ctrl + Shift + V** to paste. + + ### General Operations 1. **Zoom**: In the terminal, file manager, and text editor components, you can use `Ctrl + Mouse Wheel` to zoom. 2. **Sidebar**: The expanded sidebar can have its width adjusted by dragging. +3. **Tab Bar**: Right-clicking on the SSH tab bar or the file manager tab bar will open a context menu with the following options: Close, Close Tabs to the Left, Close Other Tabs, and Close Tabs to the Right. +4. **Tab Group Fold Bar**: You can directly click on the tab name in the view to rename the tab. + + ## ⚠️ Notes