diff options
| author | mrmr1993 | 2017-08-15 17:03:37 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2017-11-18 12:40:36 +0000 | 
| commit | 448d609489f835162274f9ccef52918641927746 (patch) | |
| tree | 9d531c7b916dcbc5f568b559a2d9fe3eb795b528 /background_scripts | |
| parent | 05604d8965da712b1709d0458fa1f3ca7a1d7f2f (diff) | |
| download | vimium-448d609489f835162274f9ccef52918641927746.tar.bz2 | |
FF: Use HUD frame for openCopiedUrlIn{Current,New}Tab
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 7e171d31..4d2e1606 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -340,8 +340,8 @@ commandDescriptions =    toggleViewSource: ["View page source", { noRepeat: true }]    copyCurrentUrl: ["Copy the current URL to the clipboard", { noRepeat: true }] -  openCopiedUrlInCurrentTab: ["Open the clipboard's URL in the current tab", { background: true, noRepeat: true }] -  openCopiedUrlInNewTab: ["Open the clipboard's URL in a new tab", { background: true, repeatLimit: 20 }] +  openCopiedUrlInCurrentTab: ["Open the clipboard's URL in the current tab", { noRepeat: true }] +  openCopiedUrlInNewTab: ["Open the clipboard's URL in a new tab", { repeatLimit: 20 }]    enterInsertMode: ["Enter insert mode", { noRepeat: true }]    passNextKey: ["Pass the next key to the page"] | 
