shortcuts.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <NotepadPlus>
  3. <InternalCommands />
  4. <!--
  5. You can organize you Macro menu & Run menu by adding the attribute 'FolderName="My sub-menu name"' to any Macro or Command node.
  6. This will place the corresponding node within a "My sub-menu name" sub-menu in the appropriate menu. Please consider the following examples:
  7. -->
  8. <Macros>
  9. <!--
  10. <Macro name="aa" Ctrl="no" Alt="no" Shift="no" Key="0">
  11. <Action type="1" message="2170" wParam="0" lParam="0" sParam="A" />
  12. <Action type="1" message="2170" wParam="0" lParam="0" sParam="A" />
  13. </Macro>
  14. <Macro name="az" Ctrl="no" Alt="no" Shift="no" Key="0" FolderName="words">
  15. <Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
  16. <Action type="1" message="2170" wParam="0" lParam="0" sParam="z" />
  17. </Macro>
  18. <Macro name="qw" Ctrl="no" Alt="no" Shift="no" Key="0" FolderName="words">
  19. <Action type="1" message="2170" wParam="0" lParam="0" sParam="q" />
  20. <Action type="1" message="2170" wParam="0" lParam="0" sParam="w" />
  21. </Macro>
  22. <Macro name="BB" Ctrl="no" Alt="no" Shift="no" Key="0">
  23. <Action type="1" message="2170" wParam="0" lParam="0" sParam="B" />
  24. <Action type="1" message="2170" wParam="0" lParam="0" sParam="B" />
  25. </Macro>
  26. <Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83" FolderName="func">
  27. <Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
  28. <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
  29. </Macro>
  30. -->
  31. <Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
  32. <Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
  33. <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
  34. </Macro>
  35. </Macros>
  36. <UserDefinedCommands>
  37. <!--
  38. <Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112" FolderName="Help on Internet">https://www.php.net/$(CURRENT_WORD)</Command>
  39. <Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114" FolderName="Help on Internet">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
  40. <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>
  41. -->
  42. <Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">https://www.php.net/$(CURRENT_WORD)</Command>
  43. <Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
  44. <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>
  45. </UserDefinedCommands>
  46. <PluginCommands />
  47. <ScintillaKeys />
  48. </NotepadPlus>