Skip to content

Commit

Permalink
Update Firefox shortcut and README (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Dec 20, 2022
1 parent ee1989f commit a47d99b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# QOwnNotes Web Companion Changelog

## 22.12.0
- changed Firefox default shortcut to <kbd>Ctrl + Alt + B</kbd> since the browser blocked <kbd>Ctrl + Shift + B</kbd>
(for [#48](https://github.com/qownnotes/web-companion/issues/48))
- added a lot more translation
- updated dependencies

Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,22 @@ To use this extension [QOwnNotes](https://www.qownnotes.org) needs to be running
### Chrome

- use <kbd>Ctrl + B</kbd> to open the bookmarks popup
- access key <kbd>A</kbd> to add a new bookmarks (for example press <kbd>Alt + A</kbd> in Chrome)
- access key <kbd>S</kbd> to search for bookmarks
- access key <kbd>O</kbd> to open all visible bookmarks
- access key <kbd>T</kbd> to jump to the tag selector

### Firefox

- use <kbd>Ctrl + Shift + B</kbd> to open the bookmarks popup
- use <kbd>Ctrl + Alt + B</kbd> to open the bookmarks popup

### Access keys

Access keys in the bookmarks popup:

- access key <kbd>A</kbd> to add a new bookmarks
- access key <kbd>S</kbd> to search for bookmarks
- access key <kbd>O</kbd> to open all visible bookmarks
- access key <kbd>T</kbd> to jump to the tag selector

See [Access keys](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey)
for more information on how to use access keys in your browser.

## Permissions

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"__firefox__commands": {
"_execute_browser_action": {
"suggested_key": { "default": "Ctrl+Shift+B" }
"suggested_key": { "default": "Ctrl+Alt+B" }
}
}
}

0 comments on commit a47d99b

Please sign in to comment.