In this article, we are going to see, notepad launch in the browser
step: 1 choose file > open at the notepad++ menu.
step: 2 paste %AppData%\Notepad++\shortcuts.xml into the file name input field and hit open to open your shortcuts xml.
step : 3 paste/insert one or more of the following lines in the black area, anywhere into your <UserDefinedCommands> area,
<Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
<Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome "$(FULL_CURRENT_PATH)"</Command>
step: 4 save shortcuts.xml and restart notepad++.
0 Comments
if you have any doubts , please let me know