change default keymap
This commit is contained in:
parent
dc6d93c1da
commit
6ad143d294
2 changed files with 3 additions and 1 deletions
|
@ -47,6 +47,7 @@ The default mapping are shown in the following.
|
||||||
- <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in/zoom-out
|
- <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in/zoom-out
|
||||||
- <kbd>z</kbd><kbd>z</kbd>: Set default zoom level
|
- <kbd>z</kbd><kbd>z</kbd>: Set default zoom level
|
||||||
- <kbd>y</kbd>: copy URL in current tab
|
- <kbd>y</kbd>: copy URL in current tab
|
||||||
|
- <kbd>Shift</kbd>+<kbd>Esc</kbd>: enable of disable the add-on in current tab.
|
||||||
|
|
||||||
### Console commands
|
### Console commands
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,8 @@ export default {
|
||||||
"]]": { "type": "navigate.link.next" },
|
"]]": { "type": "navigate.link.next" },
|
||||||
"gu": { "type": "navigate.parent" },
|
"gu": { "type": "navigate.parent" },
|
||||||
"gU": { "type": "navigate.root" },
|
"gU": { "type": "navigate.root" },
|
||||||
"y": { "type": "urls.yank" }
|
"y": { "type": "urls.yank" },
|
||||||
|
"<S-Esc>": { "type": "addon.toggle.enabled" }
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"default": "google",
|
"default": "google",
|
||||||
|
|
Reference in a new issue