1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-496: Remove shortcuts section

This commit is contained in:
Filip Bozicevic 2024-05-09 08:46:58 +00:00 committed by gitbook-bot
parent 78f02e0d29
commit 5d6cb98659
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
7 changed files with 8 additions and 283 deletions

View file

@ -85,9 +85,4 @@
* [Custom CSS](miscellaneous/custom-css.md) * [Custom CSS](miscellaneous/custom-css.md)
* [Features](miscellaneous/feature-list-by-platform.md) * [Features](miscellaneous/feature-list-by-platform.md)
* [Troubleshooting](miscellaneous/troubleshooting.md) * [Troubleshooting](miscellaneous/troubleshooting.md)
* [Keyboard Shortcuts](miscellaneous/keyboard-shortcuts/README.md)
* [Main Commands](miscellaneous/keyboard-shortcuts/main-commands.md)
* [Navigation](miscellaneous/keyboard-shortcuts/navigation.md)
* [Markdown](miscellaneous/keyboard-shortcuts/markdown.md)
* [Commands](miscellaneous/keyboard-shortcuts/commands.md)
* [Migration from the Legacy App](miscellaneous/migration-from-the-legacy-app.md) * [Migration from the Legacy App](miscellaneous/migration-from-the-legacy-app.md)

View file

@ -77,3 +77,11 @@ The homepage from the alpha app has been removed, and replaced with the new side
There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other vault, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`). There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other vault, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
</details> </details>
<details>
<summary>Where can I find keyboard shortcuts / hotkeys?</summary>
You can check all keyboard shortcuts in the app by clicking on `? > Keyboard shortcuts` in the bottom right corner of the app.
</details>

View file

@ -1,6 +0,0 @@
---
description: Anytype supports keyboard shortcuts for quicker navigation.
---
# Keyboard Shortcuts

View file

@ -1,65 +0,0 @@
# Commands
### Menu
**/** | Activate command menu
**Up & down arrow** | Move in menu
**Left & right arrow** | Get into & close sub menu
**Esc** | Close menu
After pressing / start with writing the block name to choose the right one without a mouse, change block colors, and activate actions.
### Text
**/text** | Text block
**/h1** | Large heading
**/h2** | Medium heading
**/h3** | Small heading
**/high** | Highlight a block of larger text
### Lists
**/todo** | To-do list with checkboxes
**/bullet** | Bulleted list
**/num** | Numbered list
**/toggle** | Toggle list
### Objects
**@today, @tomorrow** | Create an object with a relative date. Also available: @three days ago, @last month, @2023-01-01
**/page** | Page
**/file** | File
**/image** | Image
**/video** | Video
**/bookmark** | Bookmark
**/link** | Link to page
### Other
**/line** | Line divider
**/dots** | Dots divider
**/code** | Code snippet

View file

@ -1,99 +0,0 @@
# Main Commands
### Basics
**⌘ + N** | Create new object&#x20;
**⌘ + Shift + N** | New Anytype window&#x20;
**⌘ + Option + N** | Create a new object in new window&#x20;
**⌘ + Enter** | Opens object in new window from search interface&#x20;
**⌘ + Option + F** | Toggle fullscreen&#x20;
**⌘ + Z** | Undo&#x20;
**⌘ + Shift + Z** | Redo&#x20;
**⌘ + P** | Print&#x20;
**⌘ + F** | Find on page&#x20;
**⌘ + Q** | Close Anytype&#x20;
**⌘ + Y** | Show page edit history&#x20;
**Shift + Click** | On page link will open it in modal view&#x20;
**⌘ + Click** | On page link will open it in new window&#x20;
**Ctrl + Space** | Shortcuts to launch shortcuts view&#x20;
**⌘ + \\** | Toggle sidebar&#x20;
**⌘ + "+"** | Zoom in&#x20;
**⌘ + "-"** | Zoom out&#x20;
**⌘ + 0** | Default zoom&#x20;
### Structuring&#x20;
**Enter** | Create a new text block&#x20;
**Shift + Enter** | Create a line break within a block of text&#x20;
**Delete** | Merge block with the one above&#x20;
**Tab** | Indent. Сreate a nested block. Moves it to the right&#x20;
**Shift + Tab** | Outdent. Move block to the parent block level to the left&#x20;
### Selection&#x20;
**Double Click** | Select word&#x20;
**Triple Click** | Select an entire block&#x20;
**⌘ + A** | Select all blocks in the page&#x20;
**Shift + ↑ or ↓** | Expand your selection up or down&#x20;
**⌘ + Click** | On block will select or de-select an entire block&#x20;
**Shift + Click** | Select block and all blocks in between&#x20;
### Actions / Activate command menu&#x20;
**⌘ + /** | Open action menu&#x20;
**⌘ + Delete** | Deletes the words left to the cursor&#x20;
**⌘ + C** | Copy selected block/blocks or text part&#x20;
**⌘ + X** | Cut selected block/blocks or text part&#x20;
**⌘ + V** | Paste data outside Anytype, block/blocks or text part&#x20;
**⌘ + D** | Duplicate selected block/blocks&#x20;
**⌘ + E, ⌘ + .** | Show emoji picker 🏄‍♂️&#x20;
### Text style&#x20;
**⌘ + B** | Bold&#x20;
**⌘ + I** | Italic&#x20;
**⌘ + U** | Underline&#x20;
**⌘ + Shift +S** | Strikethrough&#x20;
**⌘ + K** | Add a link&#x20;
**⌘ + L** | Convert to Inline code&#x20;
**⌘ + Shift + C** | Apply previously selected font color&#x20;
**⌘ + Shift + H** | Apply previously selected highlight

View file

@ -1,61 +0,0 @@
# Markdown
### While typing&#x20;
**\`** | Inline code&#x20;
**\*\* or \_\_** | Inline bold
**\* or \_** | Inline italic&#x20;
**\~\~** | Inline strikethrough&#x20;
**-- >** (no spaces) | Inserts: ⟶&#x20;
**< --** (no spaces) Inserts: ⟵&#x20;
**< -- >** (no spaces) Inserts: ⟷&#x20;
**->** (like above but 1 -) | Inserts: →&#x20;
**<-** | Inserts: ←&#x20;
**--** | Inserts: —&#x20;
**— >** (no spaces) | Inserts: ⟶&#x20;
**< —** (no spaces) | Inserts: ⟵&#x20;
**(c)** | Inserts: ©&#x20;
**(r)** | Inserts: ®&#x20;
**(tm)** | Inserts: ™
**...** | Inserts: …&#x20;
### At the beginning of any new line
**# + Space** | Create an H1 heading
**## + Space** | Create an H2 heading
**### + Space** | Create an H3 heading&#x20;
**" + Space** | Create a highlighted block
**\* or + or - and Space** | Create a bulleted list&#x20;
**\[] + Space** | Create a to-do checkbox
1. **+ Space** | Create a numbered list
**> + Space** | Create a toggle list
**\`\`\`** | Create a code block
**---** | Create line divider
**\*\*\*** | Create dots divider

View file

@ -1,47 +0,0 @@
# Navigation
### Basics&#x20;
**⌘ + ,(comma)** | Open settings&#x20;
**⌘ + O** | Open the navigation pane&#x20;
**⌘ + Option + O** | Open the graph pane&#x20;
**⌘ + S** | Open the search pane&#x20;
**Alt + H** | Return to the home screen&#x20;
**⌘ + \[** | Show the previous page from history&#x20;
**⌘ + ]** | Show the next page from history&#x20;
### Menu, search and navigation pane&#x20;
**↓ or Tab** | Go the next option&#x20;
**or Shift + Tab** | Go to the previous option
**←** | Go to the left side of navigation. Link from page&#x20;
**→** | Go to the right side of navigation. Link to page&#x20;
**Enter** | Select option&#x20;
### Page navigation&#x20;
**⌘ + Shift + T** | Expand / Collapse Toggle&#x20;
**↓** | Go down one line&#x20;
**↑** | Go up one line&#x20;
**⌘ + ←** | Go to the start of the line&#x20;
**⌘ + →** | Go to the end of the line&#x20;
**⌘ + ↑** |Go to the start of the page&#x20;
**⌘ + ↓** | Go to the end of the page&#x20;
**⌘ + Shift + ↑↓** | Move selected block(s) around