help: Offer links to "Keyboard shortcuts" for logged in users.

- Replaces instructions for opening the keyboard shortcuts reference
  with `{relative|gear|keyboard-shortcuts}`.
This commit is contained in:
David Rosa 2023-07-20 20:22:29 -05:00 committed by Tim Abbott
parent 930909c1b2
commit 4bb910f9fb
2 changed files with 7 additions and 2 deletions

View File

@ -232,8 +232,12 @@ A summary of the keyboard shortcuts above is available in the Zulip app.
{start_tabs} {start_tabs}
1. Click the **keyboard** (<i class="fa fa-keyboard-o"></i>) icon at the bottom {relative|gear|keyboard-shortcuts}
of the app, just below the right sidebar.
!!! tip ""
You can also click the **keyboard** (<i class="fa fa-keyboard-o"></i>)
icon at the bottom of the app, just below the right sidebar.
{end_tabs} {end_tabs}

View File

@ -26,6 +26,7 @@ gear_info = {
"plans": ["Plans and pricing", "/plans/"], "plans": ["Plans and pricing", "/plans/"],
"billing": ["Billing", "/billing/"], "billing": ["Billing", "/billing/"],
"invite": ["Invite users", "/#invite"], "invite": ["Invite users", "/#invite"],
"keyboard-shortcuts": ["Keyboard shortcuts (?)", "/#keyboard-shortcuts"],
"about-zulip": ["About Zulip", "/#about-zulip"], "about-zulip": ["About Zulip", "/#about-zulip"],
} }