--- title: 'Keyboard shortcuts' --- ## 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 | |:----------------------:|------------:|:-----------------------------------| | 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 | ## Expanded form shortcuts | Key | Behaviour | |--------------:|:--------------------------------| | `⌘` + `Enter` | Save current expanded form item |