mirror of
https://github.com/discourse/discourse.git
synced 2025-02-23 06:43:09 +08:00
DEV: Add missing keyboard shortcut on cheatsheet
PR #23387 introduced a new keyboard shortcut to archive private messages, but the new shortcut wasn’t added to the keyboard shortcuts cheatsheet.
This commit is contained in:
parent
c285f4133f
commit
7d0d0e48bc
@ -150,6 +150,12 @@ export default class KeyboardShortcutsHelp extends Component {
|
|||||||
keys1: [SHIFT, "a"],
|
keys1: [SHIFT, "a"],
|
||||||
keysDelimiter: PLUS,
|
keysDelimiter: PLUS,
|
||||||
}),
|
}),
|
||||||
|
archive_private_message: buildShortcut(
|
||||||
|
"actions.archive_private_message",
|
||||||
|
{
|
||||||
|
keys1: ["a"],
|
||||||
|
}
|
||||||
|
),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
navigation: {
|
navigation: {
|
||||||
|
@ -4163,6 +4163,7 @@ en:
|
|||||||
print: "%{shortcut} Print topic"
|
print: "%{shortcut} Print topic"
|
||||||
defer: "%{shortcut} Defer topic"
|
defer: "%{shortcut} Defer topic"
|
||||||
topic_admin_actions: "%{shortcut} Open topic admin actions"
|
topic_admin_actions: "%{shortcut} Open topic admin actions"
|
||||||
|
archive_private_message: "%{shortcut} Toggle archive private message"
|
||||||
search_menu:
|
search_menu:
|
||||||
title: "Search Menu"
|
title: "Search Menu"
|
||||||
prev_next: "%{shortcut} Move selection up and down"
|
prev_next: "%{shortcut} Move selection up and down"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user