change default keymap

This commit is contained in:
Shin'ya Ueoka 2017-10-21 19:41:55 +09:00
parent dc6d93c1da
commit 6ad143d294
2 changed files with 3 additions and 1 deletions

View file

@ -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>z</kbd>: Set default zoom level
- <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

View file

@ -41,7 +41,8 @@ export default {
"]]": { "type": "navigate.link.next" },
"gu": { "type": "navigate.parent" },
"gU": { "type": "navigate.root" },
"y": { "type": "urls.yank" }
"y": { "type": "urls.yank" },
"<S-Esc>": { "type": "addon.toggle.enabled" }
},
"search": {
"default": "google",