Merge pull request #368 from emlow/issue-279
Add shortcut to view page source
This commit is contained in:
commit
828ac8cd84
5 changed files with 12 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Reference in a new issue