diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-08-05 12:51:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-05 12:51:46 +0000 |
commit | 2795025d0a6b002ea68b4905f5d73c32e7773fc1 (patch) | |
tree | 88ed345092600796defe4ce98a31e9f755772026 /src/shared/settings/default.js | |
parent | 8ea004f629021a0fb5fcbce9398f2cf2f952938a (diff) | |
parent | fddb4914ad3b126cb18395c30eca6be5805460c3 (diff) |
Merge pull request #444 from ueokande/qa-0.16
QA 0.16
Diffstat (limited to 'src/shared/settings/default.js')
-rw-r--r-- | src/shared/settings/default.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index a435099..55dbc3a 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -40,7 +40,7 @@ export default { "zi": { "type": "zoom.in" }, "zo": { "type": "zoom.out" }, "zz": { "type": "zoom.neutral" }, - "f": { "type": "follow.start", "newTab": false, "background": false }, + "f": { "type": "follow.start", "newTab": false }, "F": { "type": "follow.start", "newTab": true, "background": false }, "H": { "type": "navigate.history.prev" }, "L": { "type": "navigate.history.next" }, @@ -70,6 +70,11 @@ export default { } }, "properties": { - } + "hintchars": "abcdefghijklmnopqrstuvwxyz", + "smoothscroll": false, + "adjacenttab": true + }, + "blacklist": [ + ] }`, }; |