Community
    • Login

    Missing Browser Launch in 7.6.4

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 3.8k Views 1 Watching
    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.
    • Robert JonesR Offline
      Robert Jones
      last edited by

      I was not able to find the browser launch options in the Run menu when I installed 7.6.4. I did find them when I installed 7.6.1. Leads me to believe they may be missing, hidden, or requiring configuration in 7.6.4. Thanks, rojo

      Meta ChuhM 1 Reply Last reply Reply Quote 0
      • andrecool-68A Offline
        andrecool-68
        last edited by

        Open the shortcuts.xml and uncomment these lines.

        1 Reply Last reply Reply Quote 1
        • andrecool-68A Offline
          andrecool-68
          last edited by andrecool-68

          <Command name=“Launch in Firefox” Ctrl=“yes” Alt=“yes” Shift=“yes” Key=“88”>firefox "$(FULL_CURRENT_PATH)"</Command>
          <Command name=“Launch in IE” Ctrl=“yes” Alt=“yes” Shift=“yes” Key=“73”>iexplore "$(FULL_CURRENT_PATH)"</Command>
          <Command name=“Launch in Chrome” Ctrl=“yes” Alt=“yes” Shift=“yes” Key=“82”>chrome "$(FULL_CURRENT_PATH)"</Command>
          <Command name=“Launch in Safari” Ctrl=“yes” Alt=“yes” Shift=“yes” Key=“65”>safari "$(FULL_CURRENT_PATH)"</Command>
          <Command name=“Send via Outlook” Ctrl=“yes” Alt=“yes” Shift=“yes” Key=“79”>outlook /a "$(FULL_CURRENT_PATH)"</Command>

          1 Reply Last reply Reply Quote 3
          • Meta ChuhM Offline
            Meta Chuh moderator @Robert Jones
            last edited by Meta Chuh

            @Robert-Jones

            if you want to add all browsers, including edge, to your run menu, please follow >>> this guide <<< from @PeterJones

            here are the browser code entries, if you already know where your shortcuts.xml is located:

                <UserDefinedCommands>
                    <Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
                    <Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore "$(FULL_CURRENT_PATH)"</Command>
                    <Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome "$(FULL_CURRENT_PATH)"</Command>...
                    <Command name="Launch in Edge" Ctrl="yes" Alt="yes" Shift="yes" Key="69"> shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge $(FULL_CURRENT_PATH)</Command>
            

            @andrecool-68

            don’t forget to put your code lines in between two lines of ```, or else " and ' quotes will get broken.

            1 Reply Last reply Reply Quote 3

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors