• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Desktop Feature Requests
    4. Done
    5. Shortcut to Paste and Go in a New Tab

    Solved Shortcut to Paste and Go in a New Tab

    Done
    10
    14
    5.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • neltherion
      N
      neltherion
      last edited by pafflick

      a new shortcut request => Paste and Go in a New Tab

      This way when having a URL in clipboard you don't have to open a new tab and then use "Ctrl + Shift + V"...

      You could just hit this shortcut wherever you are in Vivaldi and it would open a new tab and paste and go!

      1 Reply Last reply Reply Quote 25
      • pafflick
        P
        pafflick Vivaldi Team
        last edited by

        This is possible with the use of Command Chains:

        1. New Tab
        2. Delay 500 (increase if necessary)
        3. Focus Address Field (not needed if "Focus Page Content on New Tab" in Settings > Tabs > Tan Handling is unchecked)
        4. Paste and Go

        The command chain can be added to a context menu, as well as being assigned to a keyboard shortcut or a mouse gesture.

        This request has gathered only 25 upvotes over 4 years, so I moved it to the archive.

        neltherion
        N
        1 Reply Last reply
        Reply Quote 1
        • derDay
          D
          derDay Supporters
          last edited by

          waiting for this for years, such a nice combo in O12

          1 Reply Last reply Reply Quote 1
          • Pesala
            P
            Pesala Ambassador
            last edited by Pesala

            • Middle-click on the tab bar to do this as in Opera would be better IMO
            • F2, Ctrl V, Enter already works well.
            • Hold Shift, when using right-click Paste and Go also works

            No harm in this either, but there are already good alternatives.

            Blog • Vivaldi Review • Server Status
            Win 10 64-bit build 19045.2486 • Snapshot 7.4.3683.18 (64-bit)

            1 Reply Last reply Reply Quote 1
            • iAN CooG
              I
              iAN CooG
              last edited by

              I liked how @den_po in VivaldiHooks managed it, middleclick on the [+] new tab made the new tab and paste&go. Also adding the paste and go on the right click context menu on the [+] would be a nice addition.

              http://iancoog.altervista.org/
              --=[]=-----------------------------------------------------------------------=[]=--
              Windows10 64bits - 8core i9-9900K @ 3.60GHz - 16Gb RAM - nVidia GT1030

              1 Reply Last reply Reply Quote 0
              • Gregor
                G
                Gregor
                last edited by

                +1
                or https://forum.vivaldi.net/post/188843
                or "Paste and go" opens tab in new tab (or such option in Settings)

                1 Reply Last reply Reply Quote 1
                • maxtao
                  M
                  maxtao
                  last edited by

                  @neltherion voted for button on a toolbar

                  There is such feature in Firefox

                  1 Reply Last reply Reply Quote 0
                  • Jaws
                    J
                    Jaws
                    last edited by

                    I regularly need to copy/paste URLs from a VM to my local Vivaldi (so it being the default browser does not help here) and I always have to click to have Vivaldi in focus, press CTRL-T (or F2) and then CRTL-V plus Enter to open it.
                    So what has been asked here would really help - some keyboard combination to paste a URL from the clipboard directly into a new tab.
                    Thanks 🙂

                    1 Reply Last reply Reply Quote 0
                    • barbudo2005
                      B
                      barbudo2005
                      last edited by

                      Very easy :

                      ;Ctrl + T
                      ;New Tab  
                      ;NN
                      :*C1:nn:: ; Mnemonic shorcut
                      If SubStr(ClipBoard,1,7)="http://" or SubStr(ClipBoard,1,8)="https://" ; When the clipboard has a URL open this URL
                      {
                      send, ^t  ; open new tab
                      WinWaitActive, Page.htm - Vivaldi ; wait until the new local new page has charged
                      Sleep, 500
                      send, {F8}  ; focus address 
                      Sleep, 500
                      send, ^v  ; paste the URL
                      Sleep, 100
                      send, {Enter} ; go
                      return
                      }
                      else ; if not has a URl open the new tab
                      {
                      send, ^t 
                      }
                      return
                      
                      1 Reply Last reply Reply Quote 0
                      • barbudo2005
                        B
                        barbudo2005
                        last edited by

                        This is a AHK script. You can install AHK and copy and paste this script. I am totally a newbie to AHK, but I will be happy to solve simple requests via AHK scripts, like many other users solved via CSS and JS. You know that with 2500+ requests and a little team many simple requests will have to wait years, so why not solved now.

                        1 Reply Last reply Reply Quote 0
                        • iAN CooG
                          I
                          iAN CooG
                          last edited by iAN CooG

                          Vivaldihooks is still the better option IMHO, you get this and many more other mods.

                          http://iancoog.altervista.org/
                          --=[]=-----------------------------------------------------------------------=[]=--
                          Windows10 64bits - 8core i9-9900K @ 3.60GHz - 16Gb RAM - nVidia GT1030

                          1 Reply Last reply Reply Quote 0
                          • pafflick
                            P
                            pafflick Vivaldi Team
                            last edited by

                            This is possible with the use of Command Chains:

                            1. New Tab
                            2. Delay 500 (increase if necessary)
                            3. Focus Address Field (not needed if "Focus Page Content on New Tab" in Settings > Tabs > Tan Handling is unchecked)
                            4. Paste and Go

                            The command chain can be added to a context menu, as well as being assigned to a keyboard shortcut or a mouse gesture.

                            This request has gathered only 25 upvotes over 4 years, so I moved it to the archive.

                            neltherion
                            N
                            1 Reply Last reply
                            Reply Quote 1
                            • pafflick
                              P
                              pafflick moved this topic from Desktop Feature Requests on
                            • pafflick
                              P
                              pafflick marked this topic as a question on
                            • pafflick
                              P
                              pafflick has marked this topic as solved on
                            • Jaws
                              J
                              Jaws
                              last edited by

                              Thanks,
                              I have set this up a while ago and am using it constantly:
                              526b0b7d-64ed-4327-82f3-e18dd4b524d3-image.png

                              Great stuff, thanks!

                              1 Reply Last reply Reply Quote 0
                              • neltherion
                                N
                                neltherion @pafflick
                                last edited by

                                @pafflick Never even thought to use Command Chains like this... this opens a lot of possibilities.

                                Thanks!

                                1 Reply Last reply Reply Quote 0
                                • Saved2Serve
                                  S
                                  Saved2Serve
                                  last edited by

                                  Solution is here https://forum.vivaldi.net/post/674993. I have my Vivaldi\Application folder in a different drive, so I could directly edit bundle.js with Vivaldi shutdown and searched for inCurrent:!o and simply removed the ! so that it is now inCurrent:o and saved the file.

                                  Thanks. Grace and peace thru Jesus the Lord.

                                  1 Reply Last reply Reply Quote 0
                                  Loading More Posts
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • 1 / 1
                                  • First post
                                    Last post

                                  Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                  Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status