From e30cedae81ab72fa95ef05b5fe1548659a26a3eb Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 29 Nov 2022 19:40:47 +0530 Subject: [PATCH] docs: datatype specific options Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .../en/setup-and-usages/keyboard-maneuver.md | 50 +++++++++++++------ 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md b/packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md index 48a4dc725e..768cd3088e 100644 --- a/packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md +++ b/packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md @@ -8,33 +8,51 @@ menuTitle: 'Keyboard Maneuver' ## Shortcuts -| Key | Behaviour | -|-----------|-------------------------| +| Key | Behaviour | +|----------:|:------------------------| | `ALT` `t` | Insert new table | | `ALT` `r` | Insert new row | | `ALT` `c` | Insert new column | | `ALT` `f` | Toggle fullscreen mode | | `ALT` `i` | Invite a member to team | +| `ALT` `,` | Open Settings menu | -## General maneuver on GRID -| Key | Behaviour | -|-----------------|--------------------------------------------------------------------------------------| -| `⌘` `←` | Jump to leftmost column in this row | -| `⌘` `→` | Jump to rightmost column in this row | -| `⌘` `↑` | Jump to first record in this column (in same page) | -| `⌘` `↓` | Jump to last record in this column (in same page) | -| `⌘` `C` | Copy cell 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 maneuver on GRID +| Key | Behaviour | +|----------------:|:-------------------------------------------------------------------------------------| +| `⌘` `←` | Jump to leftmost column in this row | +| `⌘` `→` | Jump to rightmost column in this row | +| `⌘` `↑` | Jump to first record in this column (in same page) | +| `⌘` `↓` | Jump to last record in this column (in same page) | +| `⌘` `C` | Copy cell 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 | + + +## Cell-specific maneuver when in EDIT mode (data type dependent) +| Datatype | Key | Behaviour | +|:----------------------:|------------:|:-----------------------------------| +| 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 row maneuver -| Key | Behaviour | -|-------------|--------------------------------| +| Key | Behaviour | +|------------:|:-------------------------------| | `⌘` `Enter` | Save current expanded row item |