diff --git a/docs/src/features/keyboard-shortcuts.md b/docs/src/features/keyboard-shortcuts.md index a47b398..a0deac2 100644 --- a/docs/src/features/keyboard-shortcuts.md +++ b/docs/src/features/keyboard-shortcuts.md @@ -6,23 +6,57 @@ lang: en-US # 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 | -| ------ | -------- | ----- | -| Copy | ctrl + c | ⌘ + c | -| Paste | ctrl + v | ⌘ + v | -| Cut | ctrl + x | ⌘ + x | -| Undo | ctrl + z | ⌘ + z | -| Redo | ctrl + y | ⌘ + y | +| Action | Windows | Mac | +| ----------------------- | ----------------- | -------------- | +| Move one cell | Arrow Keys | Arrow Keys | +| Move down (Excel-style) | Enter | Enter | +| Move right | Tab | Tab | +| Move left | Shift + Tab | Shift + Tab | +| 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 -|