Add start page to form settings
This commit is contained in:
parent
2d99515fd2
commit
d07b941406
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ const KeyMapFields = [
|
|||
['navigate.parent', 'Go to parent directory'],
|
||||
['navigate.root', 'Go to root directory'],
|
||||
['page.source', 'Open page source'],
|
||||
['page.home', 'Open start page to current tab'],
|
||||
['page.home?{"newTab":true}', 'Open start page in new tab'],
|
||||
['focus.input', 'Focus input'],
|
||||
], [
|
||||
['find.start', 'Start find mode'],
|
||||
|
|
Reference in a new issue