Missing Browser Launch in 7.6.4
-
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
-
Open the shortcuts.xml and uncomment these lines.
-
<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> -
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.xmlis 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>don’t forget to put your code lines in between two lines of
```, or else"and'quotes will get broken.
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