Merge pull request #368 from emlow/issue-279

Add shortcut to view page source
This commit is contained in:
Shin'ya Ueoka 2018-05-05 18:39:56 +09:00 committed by GitHub
commit 828ac8cd84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 0 deletions

View file

@ -48,6 +48,7 @@ export default {
"gu": { "type": "navigate.parent" },
"gU": { "type": "navigate.root" },
"gi": { "type": "focus.input" },
"gf": { "type": "page.source" },
"y": { "type": "urls.yank" },
"p": { "type": "urls.paste", "newTab": false },
"P": { "type": "urls.paste", "newTab": true },