shortcuts.xml 948 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <NotepadPlus>
  3. <InternalCommands />
  4. <Macros>
  5. <Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
  6. <Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
  7. <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
  8. </Macro>
  9. </Macros>
  10. <UserDefinedCommands>
  11. <Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">https://www.php.net/$(CURRENT_WORD)</Command>
  12. <Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
  13. <Command name="Open selected file path in new instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
  14. </UserDefinedCommands>
  15. <PluginCommands />
  16. <ScintillaKeys />
  17. </NotepadPlus>