Skip to content

Instantly share code, notes, and snippets.

@Shumaher
Created June 12, 2022 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shumaher/725105b890f7b3da759e9b20c1b9d600 to your computer and use it in GitHub Desktop.
Save Shumaher/725105b890f7b3da759e9b20c1b9d600 to your computer and use it in GitHub Desktop.
Notepad++ macro: switch editor to next tab. Visit https://blog.alexz.me/npp-macro (in Russian).
<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<Macros>
<Macro name="Switch to next tab" Ctrl="no" Alt="no" Shift="no" Key="0">
<Action type="0" message="2422" wParam="0" lParam="0" sParam="" />
<Action type="0" message="2325" wParam="0" lParam="0" sParam="" />
<Action type="2" message="0" wParam="50004" lParam="0" sParam="" />
</Macro>
</Macros>
</NotepadPlus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment