mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
help-docs: Fix keyboard shortcuts that use / reference Mac keys.
Fixes help center documentation that use or reference Mac keys for keyboard shortcuts instead of non-Mac keys since these are not updated for users with non-Mac keyboards, while the reverse is true.
This commit is contained in:
committed by
Tim Abbott
parent
57e3f7145f
commit
7c4c01f2e6
@@ -1,6 +1,6 @@
|
||||
# Enable Enter to send
|
||||
|
||||
By default, the `Enter` (or `Return`) key adds a new line to a message,
|
||||
By default, the `Enter` key adds a new line to a message,
|
||||
and `Ctrl` + `Enter` sends the message.
|
||||
|
||||
This is convenient for typing multi-line messages, which are more common in
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
2. Click on a conversation in the left sidebar under **Private messages**.
|
||||
|
||||
3. Read the conversation, scrolling down with the mouse or by pressing `Fn` + `↓`.
|
||||
3. Read the conversation, scrolling down with the mouse or by pressing `PgDn`.
|
||||
|
||||
4. If the conversation is not of interest, you can
|
||||
[mark all messages as read](/help/marking-messages-as-read) or do so by jumping
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
2. Click on the name of a topic in the **Topic** column.
|
||||
|
||||
3. Read the topic, scrolling down with the mouse or by pressing `Fn` + `↓`.
|
||||
3. Read the topic, scrolling down with the mouse or by pressing `PgDn`.
|
||||
|
||||
4. If the topic is not of interest, you can
|
||||
[mark all messages as read](/help/marking-messages-as-read) or do so by jumping
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
2. Click on a topic in the left sidebar.
|
||||
|
||||
3. Read the topic, scrolling down with the mouse or by pressing `Fn` + `↓`.
|
||||
3. Read the topic, scrolling down with the mouse or by pressing `PgDn`.
|
||||
|
||||
4. If the topic is not of interest, you can
|
||||
[mark all messages as read](/help/marking-messages-as-read) or do so by jumping
|
||||
|
||||
Reference in New Issue
Block a user