Browse Source

docs: keyboard maneuver

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/4478/head
Raju Udava 2 years ago
parent
commit
56499484be
  1. 28
      packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md

28
packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md

@ -0,0 +1,28 @@
---
title: 'Keyboard Maneuver'
description: 'Keyboard shortcuts'
position: 700
category: 'Product'
menuTitle: 'Keyboard Maneuver'
---
## Shortcuts
- To be listed
## 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 |
Loading…
Cancel
Save