diff --git a/app/assets/javascripts/discourse/lib/keyboard-shortcuts.js b/app/assets/javascripts/discourse/lib/keyboard-shortcuts.js index 2a401e4fcd2..4b5465b9863 100644 --- a/app/assets/javascripts/discourse/lib/keyboard-shortcuts.js +++ b/app/assets/javascripts/discourse/lib/keyboard-shortcuts.js @@ -19,8 +19,7 @@ export let bindings = { C: { handler: "focusComposer" }, "ctrl+f": { handler: "showPageSearch", anonymous: true }, "command+f": { handler: "showPageSearch", anonymous: true }, - "ctrl+p": { handler: "printTopic", anonymous: true }, - "command+p": { handler: "printTopic", anonymous: true }, + "mod+p": { handler: "printTopic", anonymous: true }, d: { postAction: "deletePost" }, e: { postAction: "editPost" }, end: { handler: "goToLastPost", anonymous: true },