Trong Windows, các macro được lưu tại %AppData%\Notepad++\shortcuts.xml
( Phím logo Windows + E và sao chép và dán %AppData%\Notepad++\
)
Hoặc là:
- Trong Windows <7 (bao gồm Win2008 / R2), các macro được lưu tại
C:\Documents and
Settings\%username%\Application Data\Notepad++\shortcuts.xml
- Trong Windows 7 | 8 | 10
C:\Users\%username%\AppData\Roaming\Notepad++\shortcuts.xml
Ghi chú: Bạn sẽ cần đóng Notepad ++ nếu bạn có bất kỳ macro mới nào bạn muốn 'xuất'.
Đây là một ví dụ:
<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>....
Tôi đã thêm macro 'abc' làm bằng chứng khái niệm.