diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-05-09 11:58:40 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-05-09 11:58:40 +0900 |
commit | a462f3c4d0a6c9abc152042be8cd8bb473fdfbba (patch) | |
tree | b715fcfafd9947d8ea25cc51b80cf71e2786f5cc /src/shared/settings/Settings.ts | |
parent | a7ade501f7c85632208c74e3553305c815159d01 (diff) |
Add reader-view keymaps to gr
Diffstat (limited to 'src/shared/settings/Settings.ts')
-rw-r--r-- | src/shared/settings/Settings.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/settings/Settings.ts b/src/shared/settings/Settings.ts index 43297a3..6c4fa0a 100644 --- a/src/shared/settings/Settings.ts +++ b/src/shared/settings/Settings.ts @@ -133,6 +133,7 @@ export const DefaultSettingJSONText = `{ "gf": { "type": "page.source" }, "gh": { "type": "page.home" }, "gH": { "type": "page.home", "newTab": true }, + "gr": { "type": "tabs.reader.toggle" }, "y": { "type": "urls.yank" }, "p": { "type": "urls.paste", "newTab": false }, "P": { "type": "urls.paste", "newTab": true }, |