UPDATE: First commit with the new documentation
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
7efdbede3c
commit
c1be1e47cb
28
docs/src/features/keyboard-shortcuts.md
Normal file
28
docs/src/features/keyboard-shortcuts.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: doc
|
||||
outline: deep
|
||||
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.
|
||||
|
||||
## Common Actions
|
||||
|
||||
| Action | Windows | Mac |
|
||||
| ------ | -------- | ----- |
|
||||
| Copy | ctrl + c | ⌘ + c |
|
||||
| Paste | ctrl + v | ⌘ + v |
|
||||
| Cut | ctrl + x | ⌘ + x |
|
||||
| Undo | ctrl + z | ⌘ + z |
|
||||
| Redo | ctrl + y | ⌘ + y |
|
||||
|
||||
## Navigation
|
||||
|
||||
| <div style="width:200px">Action</div> | <div style="width:80px">Windows</div> | <div style="width:80px">Mac</div> |
|
||||
| ------------------------------------- | ------------------------------------- | --------------------------------- |
|
||||
| Move to beginning of row | ??? | Fn + Left Arrow |
|
||||
| Move to end of row | ??? | Fn + Right Arrow |
|
||||
| Move to previous sheet | Option + Arrow Up | Option + Arrow Up |
|
||||
| Move to next sheet | Option + Arrow Down | Option + Arrow Down |
|
||||
Reference in New Issue
Block a user