多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
4.1 KiB

---
title: 'Keyboard shortcuts'
tags: ['Getting Started', 'Shortcuts', 'Productivity hacks']
keywords: ['keyboard shortcuts', 'shortcuts', 'keyboard']
---
## Quick Actions
Cmd+K (Ctrl+K on Windows) is a keyboard shortcut to quickly navigate to different a workspace, table, view, or a menu item. For example, if you want to quickly navigate to the "API Tokens" page item, you can open Quick Actions menu using ⌘+K, type "Token" in the search box and press enter.
This shortcut is often referred to as "Command-K". It's a great way to save time when you're navigating around NocoDB.
Command-K menu can also be accessed via the "Quick Actions" button in the top left corner of the screen.
![Quick Actions](/img/v2/cmd-k.png)
To navigate within ⌘+K menu,
- Use `↑` `↓` to navigate between items
- Use `Enter` to select an item
- Use `Backspace` to move to parent menu
- Use `Esc` to close the menu
12 months ago
## 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 |
|:----------------------:|------------:|:-----------------------------------|
12 months ago
| 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 |
| Link | `↑` `↓` | Move between options |
| | `Enter` | Link current selection |
| Checkbox | `Enter` | Toggle |
| Rating | `<0 ~ Max>` | Enter number to toggle rating |
12 months ago
## Expanded form shortcuts
| Key | Behaviour |
|--------------:|:--------------------------------|
| `⌘` + `Enter` | Save current expanded form item |