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 new file mode 100644 index 0000000000..7b0af04575 --- /dev/null +++ b/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 | + +