From ee46d8d5d93e01a9301b866aabe9c78a48025196 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Tue, 26 Sep 2023 16:34:33 +0530 Subject: [PATCH] docs : shortcuts --- .../040.keyboard-shortcuts.md | 69 +++++++++---------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md b/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md index b93bd5e332..d8d70e6764 100644 --- a/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md +++ b/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md @@ -3,53 +3,52 @@ title: 'Keyboard shortcuts' --- -## General -| Key | Behaviour | -|----------:|:----------------------------| -| `ALT` `t` | Insert new table | -| `ALT` `r` | Insert new record | -| `ALT` `c` | Insert new field | -| `ALT` `f` | Toggle fullscreen mode | -| `ALT` `i` | Invite a member to team | -| `⌘` `K` | Open `Quick Actions` menu | - - -## Grid view -| Key | Behaviour | -|----------------:|:-------------------------------------------------------------------------------------| -| `⌘` `↑` | Jump to first record in this field (in same page) | -| `⌘` `↓` | Jump to last record in this field (in same page) | -| `⌘` `←` | Jump to first field in this record | -| `⌘` `→` | Jump to last field in this record | -| `⌘` `C` | Copy cell contents | -| `⌘` `V` | Paste copied contents | -| `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one | -| `Esc` | Exit cell EDIT mode | -| `Delete` | Clear cell | -| `Space` | Expand current row | -| `←` `→` `↑` `↓` | General cell navigation | -| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning | - - -## Column type specific +## General shortcuts +| Key | Behaviour | +|------------:|:--------------------------------| +| `alt` + `t` | Opens new table modal | +| `alt` + `c` | Opens new field modal | +| `alt` + `f` | Toggles fullscreen mode | +| `alt` + `i` | Opens share button modal | +| `⌘` + `k` | Opens Quick Actions modal | + + +## Grid view shortcuts +| Key | Behaviour | +|----------------:|:---------------------------------------------------------------------------------------| +| `←` `→` `↑` `↓` | General cell navigation | +| `Delete` | Clear cell | +| `Space` | Expand current row | +| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning | +| `Esc` | Exit cell EDIT mode | +| `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one | +| `⌘` + `↑` | Jump to first record in this field (in same page) | +| `⌘` + `↓` | Jump to last record in this field (in same page) | +| `⌘` + `←` | Jump to first field in this record | +| `⌘` + `→` | Jump to last field in this record | +| `⌘` + `c` | Copy cell contents | +| `⌘` + `v` | Paste copied contents | +| `alt` + `r` | Inserts new record in grid view | + + +## Column type specific shortcuts | Datatype | Key | Behaviour | |:----------------------:|------------:|:-----------------------------------| -| Text / Numerical cells | `←` `→` | Move cursor to the left / right | +| Text & Numerical cells | `←` `→` | Move cursor to the left / right | | | `↑` `↓` | Move cursor to the beginning / end | | Single Select | `↑` `↓` | Move between options | | | `Enter` | Select option | | Multi Select | `↑` `↓` | Move between options | | | `Enter` | Select / deselect option | -| DateTime | `Ctrl` `;` | Select current date time | | Link | `↑` `↓` | Move between options | | | `Enter` | Link current selection | | Checkbox | `Enter` | Toggle | | Rating | `<0 ~ Max>` | Enter number to toggle rating | -## Expanded form -| Key | Behaviour | -|------------:|:--------------------------------| -| `⌘` `Enter` | Save current expanded form item | +## Expanded form shortcuts +| Key | Behaviour | +|--------------:|:--------------------------------| +| `⌘` + `Enter` | Save current expanded form item |