• Login
Community
  • Login

Missing Browser Launch in 7.6.4

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
4 Posts 3 Posters 3.5k Views
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.
  • R
    Robert Jones
    last edited by Mar 9, 2019, 7:45 PM

    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

    M 1 Reply Last reply Mar 9, 2019, 9:50 PM Reply Quote 0
    • A
      andrecool-68
      last edited by Mar 9, 2019, 8:09 PM

      Open the shortcuts.xml and uncomment these lines.

      1 Reply Last reply Reply Quote 1
      • A
        andrecool-68
        last edited by andrecool-68 Mar 9, 2019, 8:12 PM Mar 9, 2019, 8:10 PM

        <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
        • M
          Meta Chuh moderator @Robert Jones
          last edited by Meta Chuh Mar 9, 2019, 11:20 PM Mar 9, 2019, 9:50 PM

          @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
          4 out of 4
          • First post
            4/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors