Add more hotkeys to legend (#8469)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
parent
cabdbb7f9c
commit
b534249a8d
3 changed files with 122 additions and 14 deletions
|
@ -911,7 +911,7 @@
|
|||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Add media",
|
||||
"defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4)",
|
||||
"id": "upload_button.label"
|
||||
}
|
||||
],
|
||||
|
@ -1365,6 +1365,54 @@
|
|||
"defaultMessage": "to un-focus compose textarea/search",
|
||||
"id": "keyboard_shortcuts.unfocus"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open home timeline",
|
||||
"id": "keyboard_shortcuts.home"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open notifications column",
|
||||
"id": "keyboard_shortcuts.notifications"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open local timeline",
|
||||
"id": "keyboard_shortcuts.local"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open federated timeline",
|
||||
"id": "keyboard_shortcuts.federated"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open direct messages column",
|
||||
"id": "keyboard_shortcuts.direct"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open \"get started\" column",
|
||||
"id": "keyboard_shortcuts.start"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open favourites list",
|
||||
"id": "keyboard_shortcuts.favourites"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open pinned toots list",
|
||||
"id": "keyboard_shortcuts.pinned"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open your profile",
|
||||
"id": "keyboard_shortcuts.my_profile"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open blocked users list",
|
||||
"id": "keyboard_shortcuts.blocked"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open muted users list",
|
||||
"id": "keyboard_shortcuts.muted"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open follow requests list",
|
||||
"id": "keyboard_shortcuts.requests"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to display this legend",
|
||||
"id": "keyboard_shortcuts.legend"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue