Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVE] Update the 'keyboard shortcuts' documentation #12564

Merged
merged 3 commits into from
Nov 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1542,13 +1542,15 @@
"Katex_Parenthesis_Syntax_Description": "Allow using \\[katex block\\] and \\(inline katex\\) syntaxes",
"Keep_default_user_settings": "Keep the default settings",
"Keyboard_Shortcuts_Edit_Previous_Message": "Edit previous message",
"Keyboard_Shortcuts_Keys_1": "<kbd>Ctrl</kbd> + <kbd>p</kbd>",
"Keyboard_Shortcuts_Keys_1": "<kbd>Command</kbd> (or <kbd>Ctrl</kbd>) + <kbd>p</kbd> OR <kbd>Command</kbd> (or <kbd>Ctrl</kbd>) + <kbd>k</kbd>",
"Keyboard_Shortcuts_Keys_2": "<kbd>Up Arrow</kbd>",
"Keyboard_Shortcuts_Keys_3": "<kbd>Command</kbd> (or <kbd>Alt</kbd>) + <kbd>Left Arrow</kbd>",
"Keyboard_Shortcuts_Keys_4": "<kbd>Command</kbd> (or <kbd>Alt</kbd>) + <kbd>Up Arrow</kbd>",
"Keyboard_Shortcuts_Keys_5": "<kbd>Command</kbd> (or <kbd>Alt</kbd>) + <kbd>Right Arrow</kbd>",
"Keyboard_Shortcuts_Keys_6": "<kbd>Command</kbd> (or <kbd>Alt</kbd>) + <kbd>Down Arrow</kbd>",
"Keyboard_Shortcuts_Keys_7": "<kbd>Shift</kbd> + <kbd>Enter</kbd>",
"Keyboard_Shortcuts_Keys_8": "<kbd>Shift (or Ctrl) + ESC</kbd>",
"Keyboard_Shortcuts_Mark_all_as_read": "Mark all messages (in all channels) as read",
"Keyboard_Shortcuts_Move_To_Beginning_Of_Message": "Move to the beginning of the message",
"Keyboard_Shortcuts_Move_To_End_Of_Message": "Move to the end of the message",
"Keyboard_Shortcuts_New_Line_In_Message": "New line in message compose input",
Expand Down Expand Up @@ -1759,7 +1761,7 @@
"MapView_Enabled_Description": "Enabling mapview will display a location share button on the left of the chat input field.",
"MapView_GMapsAPIKey": "Google Static Maps API Key",
"MapView_GMapsAPIKey_Description": "This can be obtained from the Google Developers Console for free.",
"Mark_all_as_read": "Mark all messages as read",
"Mark_all_as_read": "Mark all messages (in all channels) as read",
"Mark_as_read": "Mark As Read",
"Mark_as_unread": "Mark As Unread",
"Markdown_Headers": "Allow Markdown headers in messages",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ <h2>{{_ "Keyboard_Shortcuts_Open_Channel_Slash_User_Search"}}</h2>
<div>{{{_ "Keyboard_Shortcuts_Keys_1"}}}</div>
</div>

<div class="section">
<h2>{{_ "Keyboard_Shortcuts_Mark_all_as_read"}}</h2>
<hr />
<div>{{{_ "Keyboard_Shortcuts_Keys_8"}}}</div>
</div>

<div class="section">
<h2>{{_ "Keyboard_Shortcuts_Edit_Previous_Message"}}</h2>
<hr />
Expand Down