mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2026-08-13 13:04:08 -07:00
22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<NotepadPlus>
|
|
<!--
|
|
You can organize you Macro menu & Run menu by adding the attribute 'FolderName="My sub-menu name"' to any Macro or Command node.
|
|
This will place the corresponding node within a "My sub-menu name" sub-menu in the appropriate menu. Please consider the following examples:
|
|
-->
|
|
<InternalCommands />
|
|
<Macros>
|
|
<Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
|
|
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
|
|
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
|
|
</Macro>
|
|
</Macros>
|
|
<UserDefinedCommands>
|
|
<Command name="PEBakery Manual" Ctrl="no" Alt="yes" Shift="no" Key="112">https://github.com/pebakery/pebakery-docs?tab=readme-ov-file#pebakery-manual</Command>
|
|
<Command name="PhoenixPE Developer Reference" Ctrl="no" Alt="yes" Shift="no" Key="113">https://github.com/PhoenixPE/PhoenixPE/wiki/DevHome</Command>
|
|
<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>
|
|
</UserDefinedCommands>
|
|
<PluginCommands />
|
|
<ScintillaKeys />
|
|
</NotepadPlus>
|