From 20bcaa43394f1198b27cfc7640399ce4bd122ddf Mon Sep 17 00:00:00 2001 From: Matthew Harrison-Jones Date: Mon, 19 Aug 2013 15:10:53 +0100 Subject: [PATCH] Included missing Mac 'code' keyboard shortcut --- core/client/views/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/client/views/editor.js b/core/client/views/editor.js index 58f8a06f4a..21c888098f 100644 --- a/core/client/views/editor.js +++ b/core/client/views/editor.js @@ -14,6 +14,7 @@ {'key': 'Meta+I', 'style': 'italic'}, {'key': 'Ctrl+Alt+U', 'style': 'strike'}, {'key': 'Ctrl+Shift+K', 'style': 'code'}, + {'key': 'Meta+K', 'style': 'code'}, {'key': 'Ctrl+Alt+1', 'style': 'h1'}, {'key': 'Ctrl+Alt+2', 'style': 'h2'}, {'key': 'Ctrl+Alt+3', 'style': 'h3'},