DEV: correctly defines focusComposer shortcut as shift+c (#12468)

This commit is contained in:
Joffrey JAFFEUX 2021-03-22 09:46:38 +01:00 committed by GitHub
parent 9250d93b34
commit 4857891ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const DEFAULT_BINDINGS = {
".": { click: ".alert.alert-info.clickable", anonymous: true }, // show incoming/updated topics ".": { click: ".alert.alert-info.clickable", anonymous: true }, // show incoming/updated topics
b: { handler: "toggleBookmark" }, b: { handler: "toggleBookmark" },
c: { handler: "createTopic" }, c: { handler: "createTopic" },
C: { handler: "focusComposer" }, "shift+c": { handler: "focusComposer" },
"ctrl+f": { handler: "showPageSearch", anonymous: true }, "ctrl+f": { handler: "showPageSearch", anonymous: true },
"command+f": { handler: "showPageSearch", anonymous: true }, "command+f": { handler: "showPageSearch", anonymous: true },
"command+left": { handler: "webviewKeyboardBack" }, "command+left": { handler: "webviewKeyboardBack" },