mirror of https://github.com/zulip/zulip.git
help: add :s to hotkeys docs.
This commit is contained in:
parent
6ddb625003
commit
dd37f9ab1f
|
@ -15,75 +15,75 @@ Zulip keyboard shortcuts are divided into four categories:
|
|||
|
||||
## Navigation
|
||||
|
||||
* **Initiate a search** `/` - This shortcut moves the user's cursor to
|
||||
* **Initiate a search**: `/` - This shortcut moves the user's cursor to
|
||||
the message search bar at the top of the window to allow them to
|
||||
begin searching for messages belonging to a specific topic, stream,
|
||||
view, etc. in the organization.
|
||||
* **Search people** `q` - This shortcut moves the user's cursor to the
|
||||
* **Search people**: `q` - This shortcut moves the user's cursor to the
|
||||
user search bar in the right sidebar to to allow them to begin
|
||||
searching for a particular user in the organization.
|
||||
* **Search streams** `w` - This shortcut moves the user's cursor to
|
||||
* **Search streams**: `w` - This shortcut moves the user's cursor to
|
||||
the stream search bar in the left sidebar to to allow them to begin
|
||||
searching for a particular stream in the organization.
|
||||
* **Previous message** `k` or `↑` - This shortcut allows the user
|
||||
* **Previous message**: `k` or `↑` - This shortcut allows the user
|
||||
to scroll up to the previous message in their view.
|
||||
* **Next message** `j` or `↓` - This shortcut allows the user to
|
||||
* **Next message**: `j` or `↓` - This shortcut allows the user to
|
||||
scroll down to the next message in their view.
|
||||
* **Scroll up** `K` or `PgUp` (`Fn` + `↑` on Mac) - This shortcut
|
||||
* **Scroll up**: `K` or `PgUp` (`Fn` + `↑` on Mac) - This shortcut
|
||||
allows the user to scroll up through the messages in their view.
|
||||
* **Scroll down** `J`, `Spacebar`, or `PgDn` (`Fn` + `↓` on Mac) -
|
||||
* **Scroll down**: `J`, `Spacebar`, or `PgDn` (`Fn` + `↓` on Mac) -
|
||||
This shortcut allows the user to scroll down through the messages in
|
||||
their view.
|
||||
* **Last message** `End` (`Fn`+`⇾` on Mac) - This shortcut
|
||||
* **Last message**: `End` (`Fn`+`⇾` on Mac) - This shortcut
|
||||
allows the user to scroll to the most recent message in their view.
|
||||
* **First message in view** `Home` (`Fn`+`⇽` on Mac) - This shortcut
|
||||
* **First message in view**: `Home` (`Fn`+`⇽` on Mac) - This shortcut
|
||||
allows the user to scroll to the most recent message in their view.
|
||||
|
||||
## Composing messages
|
||||
* **Reply to message** `r` or `Enter` (`Return` on Mac) - This
|
||||
* **Reply to message**: `r` or `Enter` (`Return` on Mac) - This
|
||||
shortcut allows the user to begin replying to the selected message
|
||||
(outlined in blue).
|
||||
* **Reply to author** `R` - This shortcut allows the user to begin
|
||||
* **Reply to author**: `R` - This shortcut allows the user to begin
|
||||
writing a private message to the author of the selected message
|
||||
(outlined in blue).
|
||||
* **Reply to message mentioning the author** `@` - This
|
||||
* **Reply to message mentioning the author**: `@` - This
|
||||
shortcut allows the user to begin replying to the selected message
|
||||
(outlined in blue), @-mentioning the author of the selected message.
|
||||
* **New stream message** `c` - This shortcut allows the user to begin
|
||||
* **New stream message**: `c` - This shortcut allows the user to begin
|
||||
composing a new stream message.
|
||||
* **New private message** `C` - This shortcut allows the user to begin
|
||||
* **New private message**: `C` - This shortcut allows the user to begin
|
||||
composing a new private message.
|
||||
* **Send message** `Tab key` then `Enter` (`Return` on Mac) - This
|
||||
* **Send message**: `Tab key` then `Enter` (`Return` on Mac) - This
|
||||
shortcut allows the user to send the message that they've written.
|
||||
* **Cancel compose** `Esc` - This shortcut allows the user to cancel
|
||||
* **Cancel compose**: `Esc` - This shortcut allows the user to cancel
|
||||
and discard their unsent message.
|
||||
|
||||
## Narrowing
|
||||
|
||||
* **Narrow by stream** `s` - This shortcut narrows the view to show
|
||||
* **Narrow by stream**: `s` - This shortcut narrows the view to show
|
||||
all messages in the stream of the selected message (outlined in
|
||||
blue).
|
||||
* **Narrow by topic** `S` - This shortcut narrows the view to show all
|
||||
* **Narrow by topic**: `S` - This shortcut narrows the view to show all
|
||||
messages with the topic of the selected message (outlined in blue).
|
||||
* **Narrow to all private messages** `v` - This shortcut narrows the
|
||||
* **Narrow to all private messages**: `v` - This shortcut narrows the
|
||||
view to show all of the user's private messages.
|
||||
* **Cycle between stream narrows** `A` and `D` - This shortcut allows the
|
||||
* **Cycle between stream narrows**: `A` and `D` - This shortcut allows the
|
||||
user to cycle through the narrows showing the messages of a stream
|
||||
according to Stream order in the left sidebar. `A` allows the user
|
||||
to navigate to the previous stream narrow, and `D` allows the user
|
||||
to navigate to the next stream narrow.
|
||||
* **Return to home view** `Esc` - This shortcut makes the user return
|
||||
* **Return to home view**: `Esc` - This shortcut makes the user return
|
||||
to the Home view, showing all messages in the organization.
|
||||
|
||||
## Menus
|
||||
|
||||
* **Open message actions menu** `i` - This shortcut shows the
|
||||
* **Open message actions menu**: `i` - This shortcut shows the
|
||||
available message actions of the selected message (outlined in
|
||||
blue).
|
||||
* **Edit a message you sent** `i` then `Enter` (`Return` on Mac) -
|
||||
* **Edit a message you sent**: `i` then `Enter` (`Return` on Mac) -
|
||||
This shortcut allows the user to edit the selected message (outlined
|
||||
in blue) if the user authored the selected message. If the selected
|
||||
message was written by another user, this shortcut will enable the
|
||||
user to view the source code of the message.
|
||||
* **Show the keyboard shortcuts** `?` - This shortcut makes a modal
|
||||
* **Show the keyboard shortcuts**: `?` - This shortcut makes a modal
|
||||
window with a guide to all possible keyboard shortcuts appear.
|
||||
|
|
Loading…
Reference in New Issue