Add commands to settings form
This commit is contained in:
parent
6b2aa663aa
commit
39959d75ce
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ const KeyMapFields = [
|
||||||
['command.show.winopen?{"alter":false}', 'Open URL in new window'],
|
['command.show.winopen?{"alter":false}', 'Open URL in new window'],
|
||||||
['command.show.winopen?{"alter":true}', 'Alter URL in new window'],
|
['command.show.winopen?{"alter":true}', 'Alter URL in new window'],
|
||||||
['command.show.buffer', 'Open buffer command'],
|
['command.show.buffer', 'Open buffer command'],
|
||||||
|
['command.show.addbookmark?{"alter":true}', 'Open addbookmark command'],
|
||||||
], [
|
], [
|
||||||
['addon.toggle.enabled', 'Enable or disable'],
|
['addon.toggle.enabled', 'Enable or disable'],
|
||||||
['urls.yank', 'Copy current URL'],
|
['urls.yank', 'Copy current URL'],
|
||||||
|
@ -59,6 +60,7 @@ const KeyMapFields = [
|
||||||
['zoom.in', 'Zoom-in'],
|
['zoom.in', 'Zoom-in'],
|
||||||
['zoom.out', 'Zoom-out'],
|
['zoom.out', 'Zoom-out'],
|
||||||
['zoom.neutral', 'Reset zoom level'],
|
['zoom.neutral', 'Reset zoom level'],
|
||||||
|
['page.source', 'Open a page source'],
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Reference in a new issue