diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-12-09 10:19:08 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-12-09 10:19:08 +0900 |
commit | 1f89464e4285936bdd509e2607aa70e93d5383a4 (patch) | |
tree | d431b1671f5d59a5869445bd165140203ad4c8e4 /src/shared/settings | |
parent | b735317c60f24c9f60f007ac3503b37b7905e07b (diff) |
Add gh/gH to open home page
Diffstat (limited to 'src/shared/settings')
-rw-r--r-- | src/shared/settings/default.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index 4163064..5b0950e 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -52,6 +52,8 @@ export default { "gU": { "type": "navigate.root" }, "gi": { "type": "focus.input" }, "gf": { "type": "page.source" }, + "gh": { "type": "page.home" }, + "gH": { "type": "page.home", "newTab": true }, "y": { "type": "urls.yank" }, "p": { "type": "urls.paste", "newTab": false }, "P": { "type": "urls.paste", "newTab": true }, |