From e41c71c7c64286e1270cab140ce0841694902284 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Tue, 23 Feb 2016 14:11:10 -0500 Subject: [PATCH] Avoid default behavior conflict on OS X Identical to #21, but on the develop branch this time. --- app/menu-window.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/menu-window.json b/app/menu-window.json index fa5203c..f510778 100644 --- a/app/menu-window.json +++ b/app/menu-window.json @@ -247,7 +247,7 @@ }, { "label": "Quote", - "accelerator": "CmdOrCtrl+Q", + "accelerator": "CmdOrCtrl+Shift+Q", "command": "format", "parameters": "quote" }