Created
May 30, 2017 08:22
-
-
Save stevenkellow/c8ffc2f5214d202ebde8a8af7e02477b to your computer and use it in GitHub Desktop.
Notepad++ Character fixer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<InternalCommands /> | |
<Macros> | |
<Macro name="Character fixer" Ctrl="no" Alt="no" Shift="no" Key="0"> | |
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> | |
<Action type="3" message="1601" wParam="0" lParam="0" sParam="’" /> | |
<Action type="3" message="1625" wParam="0" lParam="1" sParam="" /> | |
<Action type="3" message="1602" wParam="0" lParam="0" sParam="'" /> | |
<Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> | |
<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> | |
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> | |
<Action type="3" message="1601" wParam="0" lParam="0" sParam="‘" /> | |
<Action type="3" message="1625" wParam="0" lParam="1" sParam="" /> | |
<Action type="3" message="1602" wParam="0" lParam="0" sParam="'" /> | |
<Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> | |
<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> | |
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> | |
<Action type="3" message="1601" wParam="0" lParam="0" sParam="“" /> | |
<Action type="3" message="1625" wParam="0" lParam="1" sParam="" /> | |
<Action type="3" message="1602" wParam="0" lParam="0" sParam='"' /> | |
<Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> | |
<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> | |
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> | |
<Action type="3" message="1601" wParam="0" lParam="0" sParam="”" /> | |
<Action type="3" message="1625" wParam="0" lParam="1" sParam="" /> | |
<Action type="3" message="1602" wParam="0" lParam="0" sParam='"' /> | |
<Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> | |
<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> | |
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> | |
<Action type="3" message="1601" wParam="0" lParam="0" sParam="–" /> | |
<Action type="3" message="1625" wParam="0" lParam="1" sParam="" /> | |
<Action type="3" message="1602" wParam="0" lParam="0" sParam="-" /> | |
<Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> | |
<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> | |
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> | |
<Action type="3" message="1601" wParam="0" lParam="0" sParam="…" /> | |
<Action type="3" message="1625" wParam="0" lParam="1" sParam="" /> | |
<Action type="3" message="1602" wParam="0" lParam="0" sParam="..." /> | |
<Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> | |
<Action type="3" message="1701" wParam="0" lParam="1609" 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="70">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="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113">https://www.google.com/search?q=$(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" Ctrl="no" Alt="yes" Shift="no" Key="116">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)</Command> | |
<Command name="Open in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_DIRECTORY)\notepad++.exe $(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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment