From 5afc16da0627a75f1355982a18dca8b09f78ab36 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 16 Jun 2017 10:38:59 -0700 Subject: [PATCH] Remove default Alt+S shortcut for showing the app Verified that the Alt+S shortcut isn't installed on new installs, but I suspect that it won't fix the situation for users who have already installed older builds, and have the Alt+S shortcut in place. FREEBIE --- manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.json b/manifest.json index f5576439b..51ce33a7a 100644 --- a/manifest.json +++ b/manifest.json @@ -34,9 +34,6 @@ "commands": { "show_signal": { - "suggested_key": { - "default": "Alt+S" - }, "description": "Show the Signal inbox." } }