open clipboard's URL in current/new tab

This commit is contained in:
usk 2018-01-03 07:19:25 +09:00
parent f484fda718
commit 54a7662cd1
8 changed files with 39 additions and 3 deletions

View file

@ -49,8 +49,9 @@ export default {
ZOOM_OUT: 'zoom.out',
ZOOM_NEUTRAL: 'zoom.neutral',
// Url yank
// Url yank/paste
URLS_YANK: 'urls.yank',
URLS_PASTE: 'urls.paste',
// Find
FIND_START: 'find.start',