open clipboard's URL in current/new tab
This commit is contained in:
parent
f484fda718
commit
54a7662cd1
8 changed files with 39 additions and 3 deletions
|
@ -52,6 +52,8 @@ const KeyMapFields = [
|
|||
], [
|
||||
['addon.toggle.enabled', 'Enable or disable'],
|
||||
['urls.yank', 'Copy current URL'],
|
||||
['urls.paste?{"newTab":false}', 'Open clipboard\'s URL in current tab'],
|
||||
['urls.paste?{"newTab":true}', 'Open clipboard\'s URL in new tab'],
|
||||
['zoom.in', 'Zoom-in'],
|
||||
['zoom.out', 'Zoom-out'],
|
||||
['zoom.neutral', 'Reset zoom level'],
|
||||
|
|
Reference in a new issue