Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Add commands to settings form
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed May 16, 2018
1 parent 6b2aa66 commit 39959d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/settings/components/form/keymaps-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const KeyMapFields = [
['command.show.winopen?{"alter":false}', 'Open URL in new window'],
['command.show.winopen?{"alter":true}', 'Alter URL in new window'],
['command.show.buffer', 'Open buffer command'],
['command.show.addbookmark?{"alter":true}', 'Open addbookmark command'],
], [
['addon.toggle.enabled', 'Enable or disable'],
['urls.yank', 'Copy current URL'],
Expand All @@ -59,6 +60,7 @@ const KeyMapFields = [
['zoom.in', 'Zoom-in'],
['zoom.out', 'Zoom-out'],
['zoom.neutral', 'Reset zoom level'],
['page.source', 'Open a page source'],
]
];

Expand Down

0 comments on commit 39959d7

Please sign in to comment.