From 0de93075206085cc7a892956f61632c254ec969a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 31 Aug 2017 23:03:18 -0400 Subject: [PATCH] generate password remapped to Ctrl+Shift+E --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 7dd096a4a5..8eb119addb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -83,7 +83,7 @@ }, "generate_password": { "suggested_key": { - "default": "Ctrl+Shift+Period" + "default": "Ctrl+Shift+E" }, "description": "__MSG_commandGeneratePasswordDesc__" },