mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
DEV: correctly defines focusComposer shortcut as shift+c (#12468)
This commit is contained in:
parent
9250d93b34
commit
4857891ecf
|
@ -20,7 +20,7 @@ const DEFAULT_BINDINGS = {
|
|||
".": { click: ".alert.alert-info.clickable", anonymous: true }, // show incoming/updated topics
|
||||
b: { handler: "toggleBookmark" },
|
||||
c: { handler: "createTopic" },
|
||||
C: { handler: "focusComposer" },
|
||||
"shift+c": { handler: "focusComposer" },
|
||||
"ctrl+f": { handler: "showPageSearch", anonymous: true },
|
||||
"command+f": { handler: "showPageSearch", anonymous: true },
|
||||
"command+left": { handler: "webviewKeyboardBack" },
|
||||
|
|
Loading…
Reference in New Issue
Block a user