mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
docs(help) hot keys: change to table
This commit is contained in:
parent
5970609e11
commit
bac06892be
1 changed files with 20 additions and 12 deletions
32
HELP.md
32
HELP.md
|
|
@ -98,12 +98,14 @@ Edit
|
|||

|
||||
|
||||
###Hot keys
|
||||
- **F4** - open
|
||||
- **Ctrl + s** - save
|
||||
- **Ctrl + f** - find
|
||||
- **Ctrl + f + f** - replace
|
||||
- **Ctrl + g** - go to line
|
||||
- **Esc** - close
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
|`F4` | open
|
||||
| `Ctrl + s` | save
|
||||
| `Ctrl + f` | find
|
||||
| `Ctrl + f + f` | replace
|
||||
| `Ctrl + g` | go to line
|
||||
| `Esc` | close
|
||||
|
||||
For more details see [Ace keyboard shortcuts](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts "Ace keyboard shortcuts").
|
||||
|
||||
|
|
@ -113,8 +115,10 @@ Console
|
|||

|
||||
|
||||
###Hot keys
|
||||
- **~** - open
|
||||
- **Esc** - close
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `~` | open
|
||||
| `Esc` | close
|
||||
|
||||
Config
|
||||
---------------
|
||||
|
|
@ -122,8 +126,10 @@ Config
|
|||

|
||||
|
||||
###Hot keys
|
||||
- **F10** - open
|
||||
- **Esc** - close
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `F10` | open
|
||||
| `Esc` | close
|
||||
|
||||
Menu
|
||||
---------------
|
||||
|
|
@ -143,8 +149,10 @@ Right mouse click button shows context menu with items:
|
|||
- New (File, Dir, from FilePicker)
|
||||
|
||||
###Hot keys
|
||||
- **F9** - open
|
||||
- **Esc** - close
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `F9` | open
|
||||
| `Esc` | close
|
||||
|
||||
Configuration
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue