summaryrefslogtreecommitdiff
path: root/notepadpp/debian/app32/shortcuts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/app32/shortcuts.xml')
-rw-r--r--notepadpp/debian/app32/shortcuts.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/notepadpp/debian/app32/shortcuts.xml b/notepadpp/debian/app32/shortcuts.xml
new file mode 100644
index 0000000..626ad55
--- /dev/null
+++ b/notepadpp/debian/app32/shortcuts.xml
@@ -0,0 +1,20 @@
+<NotepadPlus>
+ <InternalCommands>
+ <Shortcut id="49000" Ctrl="no" Alt="no" Shift="no" Key="0" />
+ </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="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">https://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>
+ </UserDefinedCommands>
+ <PluginCommands>
+ <PluginCommand moduleName="NppTextFX.dll" internalID="150" Ctrl="no" Alt="no" Shift="no" Key="116" />
+ </PluginCommands>
+ <ScintillaKeys />
+</NotepadPlus>
bgstack15