docs: complete the Keyboar Shortcuts page
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
77a784df86
commit
4850b6518f
@@ -6,23 +6,57 @@ lang: en-US
|
|||||||
|
|
||||||
# Keyboard Shortcuts
|
# Keyboard Shortcuts
|
||||||
|
|
||||||
From within your keyboard you can navigate and interact with the spreadsheet. This is a fairly interesting feature for power users.
|
From within your keyboard you can navigate and interact with the spreadsheet.
|
||||||
|
|
||||||
## Common Actions
|
## Navigation Shortcuts
|
||||||
|
|
||||||
| Action | Windows | Mac |
|
| Action | Windows | Mac |
|
||||||
| ------ | -------- | ----- |
|
| ----------------------- | ----------------- | -------------- |
|
||||||
| Copy | ctrl + c | ⌘ + c |
|
| Move one cell | Arrow Keys | Arrow Keys |
|
||||||
| Paste | ctrl + v | ⌘ + v |
|
| Move down (Excel-style) | Enter | Enter |
|
||||||
| Cut | ctrl + x | ⌘ + x |
|
| Move right | Tab | Tab |
|
||||||
| Undo | ctrl + z | ⌘ + z |
|
| Move left | Shift + Tab | Shift + Tab |
|
||||||
| Redo | ctrl + y | ⌘ + y |
|
| Jump to first column | Home | Fn + ← |
|
||||||
|
| Jump to last column | End | Fn + → |
|
||||||
|
| Scroll one screen down | PageDown | Fn + ↓ |
|
||||||
|
| Scroll one screen up | PageUp | Fn + ↑ |
|
||||||
|
| Jump to cell edge | Ctrl + Arrow Keys | ⌘ + Arrow Keys |
|
||||||
|
| Jump to start of sheet | Ctrl + Home | ⌘ + Fn + ← |
|
||||||
|
| Jump to end of sheet | Ctrl + End | ⌘ + Fn + → |
|
||||||
|
|
||||||
## Navigation
|
## Selection & Editing
|
||||||
|
|
||||||
| <div style="width:200px">Action</div> | <div style="width:80px">Windows</div> | <div style="width:80px">Mac</div> |
|
| Action | Windows | Mac |
|
||||||
| ------------------------------------- | ------------------------------------- | --------------------------------- |
|
| -------------------- | ------------------ | ------------------ |
|
||||||
| Move to beginning of row | ??? | Fn + Left Arrow |
|
| Expand selection | Shift + Arrow Keys | Shift + Arrow Keys |
|
||||||
| Move to end of row | ??? | Fn + Right Arrow |
|
| Start editing a cell | F2 | F2 |
|
||||||
| Move to previous sheet | Option + Arrow Up | Option + Arrow Up |
|
| Edit directly | Any key | Any key |
|
||||||
| Move to next sheet | Option + Arrow Down | Option + Arrow Down |
|
|
||||||
|
## Text Styling
|
||||||
|
|
||||||
|
| Action | Windows | Mac |
|
||||||
|
| --------- | -------- | ----- |
|
||||||
|
| Bold | Ctrl + B | ⌘ + B |
|
||||||
|
| Italic | Ctrl + I | ⌘ + I |
|
||||||
|
| Underline | Ctrl + U | ⌘ + U |
|
||||||
|
|
||||||
|
## Undo / Redo
|
||||||
|
|
||||||
|
| Action | Windows | Mac |
|
||||||
|
| ------ | -------- | ------------- |
|
||||||
|
| Undo | Ctrl + Z | ⌘ + Z |
|
||||||
|
| Redo | Ctrl + Y | ⌘ + Shift + Z |
|
||||||
|
|
||||||
|
## Sheet Navigation
|
||||||
|
|
||||||
|
| Action | Windows | Mac |
|
||||||
|
| -------------- | ---------------- | -------------- |
|
||||||
|
| Next sheet | Alt + Arrow Down | ⌥ + Arrow Down |
|
||||||
|
| Previous sheet | Alt + Arrow Up | ⌥ + Arrow Up |
|
||||||
|
|
||||||
|
## Miscellaneous
|
||||||
|
|
||||||
|
| Action | Windows | Mac |
|
||||||
|
| ------------- | ------- | ------ |
|
||||||
|
| Cancel action | Escape | Escape |
|
||||||
|
| Delete cells | Delete | Delete |
|
||||||
|
|||||||
Reference in New Issue
Block a user