shortcuts.xml 2.1 KB

12345678910111213141516171819202122232425262728
  1. <NotepadPlus>
  2. <InternalCommands>
  3. <Shortcut id="49000" Ctrl="no" Alt="no" Shift="no" Key="115" />
  4. <Shortcut id="43046" Ctrl="no" Alt="no" Shift="no" Key="0" />
  5. </InternalCommands>
  6. <Macros>
  7. <Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
  8. <Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
  9. <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
  10. </Macro>
  11. </Macros>
  12. <UserDefinedCommands>
  13. <Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox &quot;$(FULL_CURRENT_PATH)&quot;</Command>
  14. <Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore &quot;$(FULL_CURRENT_PATH)&quot;</Command>
  15. <Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome &quot;$(FULL_CURRENT_PATH)&quot;</Command>
  16. <Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="65">safari &quot;$(FULL_CURRENT_PATH)&quot;</Command>
  17. <Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">http://www.php.net/$(CURRENT_WORD)</Command>
  18. <Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
  19. <Command name="Open file in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
  20. <Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a &quot;$(FULL_CURRENT_PATH)&quot;</Command>
  21. <Command name="AutoIt" Ctrl="no" Alt="no" Shift="no" Key="0">&quot;C:\Program Files (x86)\AutoIt3\AutoIt3.exe&quot; &quot;$(FULL_CURRENT_PATH)&quot;</Command>
  22. </UserDefinedCommands>
  23. <PluginCommands>
  24. <PluginCommand moduleName="NppExec.dll" internalID="0" Ctrl="no" Alt="no" Shift="no" Key="117" />
  25. <PluginCommand moduleName="NppExec.dll" internalID="22" Ctrl="no" Alt="no" Shift="no" Key="116" />
  26. </PluginCommands>
  27. <ScintillaKeys />
  28. </NotepadPlus>