You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also updates the generating script to show usage, use built Grist code, and process shortcuts so as to match the preferred Help Center output (e.g. Del -> Delete).
| <codeclass="keys">*Space*</code> | <codeclass="keys">*Space*</code> | Show the record card widget of the selected record |
38
40
39
41
###Selection
40
42
| Key (Mac) | Key (Windows) | Description |
@@ -43,25 +45,29 @@ title: Keyboard shortcuts
43
45
| <codeclass="keys">*⇧**↑*</code> | <codeclass="keys">*Shift* + *↑*</code> | Adds the element above the cursor to the selected range |
44
46
| <codeclass="keys">*⇧**→*</code> | <codeclass="keys">*Shift* + *→*</code> | Adds the element to the right of the cursor to the selected range |
45
47
| <codeclass="keys">*⇧**←*</code> | <codeclass="keys">*Shift* + *←*</code> | Adds the element to the left of the cursor to the selected range |
48
+
| <codeclass="keys">*⌘**⇧**↓*</code> | <codeclass="keys">*Ctrl* + *Shift* + *↓*</code> | Adds all elements below the cursor to the selected range |
49
+
| <codeclass="keys">*⌘**⇧**↑*</code> | <codeclass="keys">*Ctrl* + *Shift* + *↑*</code> | Adds all elements above the cursor to the selected range |
50
+
| <codeclass="keys">*⌘**⇧**→*</code> | <codeclass="keys">*Ctrl* + *Shift* + *→*</code> | Adds all elements to the right of the cursor to the selected range |
51
+
| <codeclass="keys">*⌘**⇧**←*</code> | <codeclass="keys">*Ctrl* + *Shift* + *←*</code> | Adds all elements to the left of the cursor to the selected range |
46
52
| <codeclass="keys">*⌘**A*</code> | <codeclass="keys">*Ctrl* + *A*</code> | Selects all currently displayed cells |
47
-
| <codeclass="keys">*⌘**Shift**↑*</code> | <codeclass="keys">*Ctrl* + *Shift* + *↑*</code> | Selects cells above the selected cell in the same column |
48
-
| <codeclass="keys">*⌘**Shift**↓*</code> | <codeclass="keys">*Ctrl* + *Shift* + *↓*</code> | Selects cells below the selected cell in the same column |
49
-
| <codeclass="keys">*⌘**Shift**→*</code> | <codeclass="keys">*Ctrl* + *Shift* + *→*</code> | Selects cells to the right of the selected cell in the same row |
50
-
| <codeclass="keys">*⌘**Shift**←*</code> | <codeclass="keys">*Ctrl* + *Shift* + *←*</code> | Selects cells to the left of the selected cell in the same row |
| <codeclass="keys">*⌘**D*</code> | <codeclass="keys">*Ctrl* + *D*</code> | Fills current selection with the contents of the top row in the selection |
60
66
| <codeclass="keys">*Delete*</code> | <codeclass="keys">*Backspace*</code>,<codeclass="keys">*Delete*</code> | Clears the currently selected cells |
61
-
| <codeclass="keys">*Enter*</code> | <codeclass="keys">*Enter*</code> | Toggles the value of checkbox cells |
62
67
| <codeclass="keys">*=*</code> | <codeclass="keys">*=*</code> | When typed at the start of a cell, make this a formula column |
63
68
| <codeclass="keys">*⌘**;*</code> | <codeclass="keys">*Ctrl* + *;*</code> | Insert the current date |
64
69
| <codeclass="keys">*⌘**⇧**;*</code> | <codeclass="keys">*Ctrl* + *Shift* + *;*</code> | Insert the current date and time |
0 commit comments