> ## Documentation Index
> Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

> Master Superthread's keyboard shortcuts to boost your productivity with quick navigation and common actions

## General

`Cmd` `K`(Mac) or `Ctrl` `K`(Windows) to open search.

`Enter` save or submit.

`Esc` close or go back.

`C`  create a new card.

`P`  create a new page.

`N` create a new note.

`Cmd` `\`(Mac) or `Ctrl` `\`(Windows) to show or hide the sidebar.

`Shift`  `?`  open keyboard shortcut cheat sheet.

## Boards / lists

`⬆⬇⬅⮕`  keyboard arrows to select a card.

`Enter`  open the selected card.

`Option` `⬆⬇⬅⮕`  keyboard arrows move a card in a board.

`X` add card to multi-select.

`Shift` `Click` select range of cards.

`Cmd` `A`  select all cards.

`Esc`  clear multi-select.

`F`  add board filter.

## Cards

When viewing a card, or hovering over it in a board or saved filter list

`R`  rename title.

`I`  assign/un-assign yourself.

`S`  status (list).

`A`  assignees.

`T`  tags.

`D`  set a due date.

`Cmd` `Shift` `.`  copy git branch name of the selected card.

`Cmd` `Opt` `C` copy card contents as markdown.

## Drop-downs and menus

*When you open any dropdown or 3 dot menu in Superthread you can use:*

`⬆⬇`  keyboard arrows to change your selection.

`Enter`  select and close menu.

`Space` add to selection.

`Esc`  close the menu.

## Noitfications inbox

`⬆` or `K` to select previos notification.

`⬇` or `J`  to select next notification.

`E` resolve a notification.

## Text editor

*When in card descriptions, comments, or pages you can press:*

`@`  mention any team member, card, page, board, or space.

`/`  open formatting options and insert content.

`:`  emoji (shortcodes).

`Cmd` `B` bold selected text.

`Cmd` `I`  italicise selected text.

`Cmd` `Shift` `X`  strikethrough selected text.

***Pro tip:*** *If you have a URL on your clipboard, you can paste it over a highlighted piece of text to convert the text into a link.*

## Markdown

Superthread supports markdown which you may be familiar with from tools such as Slack, WhatsApp, or GitHub.

It's designed to allow rapid styling of documents without having to reach for your mouse. Here's a little cheat sheet to get you underway.

````
*italic*
_italic_

**bold**
__bold__

# H1
## H2
### H3
#### H4

* bullet list
1. numbered list
[] checklist

~~strikethrough~~

--- page divider

`inline code`

```generic code block```

```javascript
This is a javascript code block with syntax highlighting. Choose the programming language by typing the name of the language after the 3 backticks.
```
````
