diff --git a/README.md b/README.md index 75eb241..dc0f930 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Firefox add-on that adds a text box to a toolbar button for taking notes. Created because of [this](https://www.reddit.com/r/firefox/comments/6ju4n7/im_looking_for_a_firefox_addon_that_gives_you_a/) reddit post. Click the toolbar button and a pop-up with a text box will open. Type anything there and it will be saved for later! -Documentation for the options page is available [here](https://github.com/Rayquaza01/note-taker/wiki/Options). +[Documentation for options](https://github.com/Rayquaza01/note-taker/wiki/Options). ## Permissions * Storage: Required to persistently save notes and options diff --git a/extension/manifest.json b/extension/manifest.json index 1181404..9c4e158 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -44,7 +44,7 @@ "commands": { "_execute_browser_action": { "suggested_key": { - "default": "Ctrl+Alt+N" + "default": "Alt+Shift+M" } }, "_execute_sidebar_action": { diff --git a/extension/setup.js b/extension/setup.js index d48358d..e1ea3f7 100644 --- a/extension/setup.js +++ b/extension/setup.js @@ -36,7 +36,7 @@ async function setOpts() { tabnos: 1, padding: 5, text_direction: "ltr", - browser_action_shortcut: "Ctrl+Alt+N", + browser_action_shortcut: "Alt+Shift+M", sidebar_action_shortcut: "Alt+Shift+N" }); // compatibility for upgrading note storage from previous versions