mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed typo (#3188)
This commit is contained in:
@@ -481,7 +481,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.command_shortcuts.list",
|
||||
"translation": "### Keyboard Shortcuts\n\n#### Navigation\n\nALT+UP: Previous channel or direct message in LHS\nALT+DOWN: Next channel or direct message in LHS\nALT+SHIFT+UP: Previous channel or direct message in LHS with unread messages\nALT+SHIFT+DOWN: Next channel or direct message in LHS with unread messages\nCTRL/CMD+SHIFT+A: Open account settings\nCTRL/CMD+SHIFT+K: Open a quick channel switcher dialog\nCTRL/CMD+SHIFT+M: Open recent mentions\n\n#### Files\n\nCTRL/CMD+U: Upload file(s)\n\n#### Messages\n\nCTRL/CMD+UP: Reprint the last message you entered\nCTRL/CMD+DOWN: Reprint the next message you entered\nUP (in empty input field): Edit your last message in the current channel\n@[character]+TAB: Autocomplete @username beginning with [character]\n:[character]+TAB: Autocomplete emoji beginning with [character]\n\n#### Built-in Browser Commands\n\nALT+LEFT/CMD_[: Previous channel in your history\nALT+RIGHT/CMD+]: Next channel in your history\nCTRL/CMD+PLUS: Increase font size (zoom in)\nCTRL/CMD+MINUS: Decrease font size (zoom out)\nSHIFT+UP (in input field): Highlight text to the previous line\nSHIFT+DOWN (in input field): Highlight text to the next line\nSHIFT+ENTER (in input field): Create a new line\n"
|
||||
"translation": "### Keyboard Shortcuts\n\n#### Navigation\n\nALT+UP: Previous channel or direct message in LHS\nALT+DOWN: Next channel or direct message in LHS\nALT+SHIFT+UP: Previous channel or direct message in LHS with unread messages\nALT+SHIFT+DOWN: Next channel or direct message in LHS with unread messages\nCTRL/CMD+SHIFT+A: Open account settings\nCTRL/CMD+SHIFT+K: Open a quick channel switcher dialog\nCTRL/CMD+SHIFT+M: Open recent mentions\n\n#### Files\n\nCTRL/CMD+U: Upload file(s)\n\n#### Messages\n\nCTRL/CMD+UP: Reprint the last message you entered\nCTRL/CMD+DOWN: Reprint the next message you entered\nUP (in empty input field): Edit your last message in the current channel\n@[character]+TAB: Autocomplete @username beginning with [character]\n:[character]+TAB: Autocomplete emoji beginning with [character]\n\n#### Built-in Browser Commands\n\nALT+LEFT/CMD+[: Previous channel in your history\nALT+RIGHT/CMD+]: Next channel in your history\nCTRL/CMD+PLUS: Increase font size (zoom in)\nCTRL/CMD+MINUS: Decrease font size (zoom out)\nSHIFT+UP (in input field): Highlight text to the previous line\nSHIFT+DOWN (in input field): Highlight text to the next line\nSHIFT+ENTER (in input field): Create a new line\n"
|
||||
},
|
||||
{
|
||||
"id": "api.context.404.app_error",
|
||||
|
||||
Reference in New Issue
Block a user