Skip to content

Commit

Permalink
Update readme, change default shortcuts for < 63
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayquaza01 committed Sep 8, 2018
1 parent e7b98d2 commit bcc4604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Alt+N"
"default": "Alt+Shift+M"
}
},
"_execute_sidebar_action": {
Expand Down
2 changes: 1 addition & 1 deletion extension/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcc4604

Please sign in to comment.