mirror of https://github.com/zulip/zulip.git
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:
parent
930909c1b2
commit
4bb910f9fb
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue