विंडोज़ में मैक्रोज़ %AppData%\Notepad++\shortcuts.xml
( विंडोज लोगो की + E और कॉपी और पेस्ट %AppData%\Notepad++\
) पर सहेजे जाते हैं
या:
- विंडोज में <7 (Win2008 / R2 सहित) मैक्रोज़ पर सहेजे गए हैं
C:\Documents and
Settings\%username%\Application Data\Notepad++\shortcuts.xml
- विंडोज 7 में | 8 | 10 |
C:\Users\%username%\AppData\Roaming\Notepad++\shortcuts.xml
नोट: यदि आपको कोई नया मैक्रो है, जिसे आपको 'निर्यात' करना है, तो आपको नोटपैड ++ को बंद करना होगा।
यहाँ एक उदाहरण है:
<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>....
मैंने प्रूफ-ऑफ-कॉन्सेप्ट के रूप में 'एबीसी' मैक्रो को जोड़ा।