mirror of https://github.com/nocodb/nocodb
Raju Udava
2 years ago
1 changed files with 28 additions and 0 deletions
@ -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…
Reference in new issue