53 lines
3.9 KiB
XML
53 lines
3.9 KiB
XML
<NotepadPlus>
|
|
<InternalCommands />
|
|
<Macros>
|
|
<Macro name="..." Ctrl="no" Alt="yes" Shift="no" Key="192">
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="" />
|
|
<Action type="1" message="2001" wParam="1" lParam="0" sParam="~" />
|
|
</Macro>
|
|
<Macro name="pinkHeart" Ctrl="yes" Alt="no" Shift="yes" Key="72">
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="c" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="o" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="l" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="=" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="p" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="i" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="n" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="k" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="J" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="h" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="c" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="o" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="l" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="=" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="w" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="h" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="i" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
|
|
<Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
|
|
</Macro>
|
|
</Macros>
|
|
<UserDefinedCommands>
|
|
<Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
|
|
<Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore "$(FULL_CURRENT_PATH)"</Command>
|
|
<Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome "$(FULL_CURRENT_PATH)"</Command>
|
|
<Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="65">safari "$(FULL_CURRENT_PATH)"</Command>
|
|
<Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">http://www.php.net/$(CURRENT_WORD)</Command>
|
|
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
|
|
<Command name="Open file in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
|
|
<Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a "$(FULL_CURRENT_PATH)"</Command>
|
|
</UserDefinedCommands>
|
|
<PluginCommands />
|
|
<ScintillaKeys />
|
|
</NotepadPlus>
|