En Windows, las macros se guardan en %AppData%\Notepad++\shortcuts.xml
( tecla del logotipo de Windows + E y copiar y pegar %AppData%\Notepad++\
)
O:
- En Windows <7 (incluido Win2008 / R2) las macros se guardan en
C:\Documents and
Settings\%username%\Application Data\Notepad++\shortcuts.xml
- En Windows 7 | 8 | 10
C:\Users\%username%\AppData\Roaming\Notepad++\shortcuts.xml
Nota: Deberá cerrar Notepad ++ si tiene nuevas macros que desea 'exportar'.
Aquí hay un ejemplo:
<NotepadPlus>
<InternalCommands />
<Macros>
<Macro name="Trim Trailing 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>
<Macro name="abc" Ctrl="no" Alt="no" Shift="no" Key="0">
<Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="b" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="c" />
</Macro>
</Macros>
<UserDefinedCommands>....
Agregué la macro 'abc' como prueba de concepto.