Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Missing Browser Launch in 7.6.4

    Help wanted · · · – – – · · ·
    3
    4
    3062
    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 Jones
      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 Chuh 1 Reply Last reply Reply Quote 0
      • andrecool-68
        andrecool-68 last edited by

        Open the shortcuts.xml and uncomment these lines.

        1 Reply Last reply Reply Quote 1
        • andrecool-68
          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 Chuh
            Meta Chuh @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
            • First post
              Last post
            Copyright © 2014 NodeBB Forums | Contributors