diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 20:10:58 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 20:10:58 -0700 |
commit | 1a9e0243f4cb64fb2ee284e7b96a28ec6aa3d23a (patch) | |
tree | 44f9871cfe176beab8a2ce5a06549e0eee548753 /ext/manifest.json | |
parent | 37321e8d52849b0824132e2339760e96308abbb6 (diff) |
fix conflicting hotkeys
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index ae7cf8e3..c897345c 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -43,12 +43,6 @@ "default": "Alt+Insert" }, "description": "Open search window" - }, - "options": { - "suggested_key": { - "default": "Alt+End" - }, - "description": "Open options page" } }, "web_accessible_resources": ["fg/frame.html"], |