NotepadPlusPlus File Navigation: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 21:
<UserDefinedCommands>
<Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
<Command name="Get php help" Ctrl="no" Alt="yes" Shift="no" Key="112">
<Command name="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113">
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">
<Command name="Open file" Ctrl="no" Alt="yes" Shift="no" Key="116">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)</Command>
<Command name="Open file (relative)" Ctrl="no" Alt="yes" Shift="no" Key="32">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_DIRECTORY)/$(CURRENT_WORD)</Command>
| |||