From 9fb807772b2a32b4a2ccd3be40b8588879f180d5 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" <jryans@gmail.com> Date: Fri, 21 Feb 2020 19:00:47 +0000 Subject: [PATCH] Document start / end composer shortcuts 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 --- docs/shortcuts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 8e35d09443..bc741e153a 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -10,5 +10,6 @@ The modifier is <kbd>Ctrl</kbd> on Windows & Linux and <kbd>⌘</kbd> on Mac. - <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 timeline start/end +- <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