mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
9fb807772b
This documents shortcuts for jumping to the start / end of the composer contents. Part of https://github.com/vector-im/riot-web/issues/12438 Depends on https://github.com/matrix-org/matrix-react-sdk/pull/4108
16 lines
927 B
Markdown
16 lines
927 B
Markdown
# Keyboard Shortcuts
|
|
|
|
The modifier is <kbd>Ctrl</kbd> on Windows & Linux and <kbd>⌘</kbd> on Mac.
|
|
|
|
- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>m</kbd> - toggle markdown
|
|
- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>d</kbd> - toggle mic mute
|
|
- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>e</kbd> - toggle video on/off
|
|
- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>k</kbd> - jump to named room
|
|
- <kbd>↑</kbd>/<kbd>↓</kbd> - navigate old messages to edit when the composer is in focus
|
|
- <kbd>↑</kbd>/<kbd>↓</kbd> - next/prev room when focus in room list
|
|
- <kbd>Alt</kbd>+<kbd>↑</kbd>/<kbd>↓</kbd> - resend previous messages when the composer is in focus
|
|
- <kbd>PageUp</kbd>/<kbd>PageDown</kbd> - scroll timeline up/down
|
|
- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>Home</kbd>/<kbd>End</kbd> - jump to
|
|
start/end of the composer when focused, otherwise jump to timeline start/end
|
|
- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>`</kbd> - toggle the top left menu
|