@@ -46,20 +46,44 @@ Create `script-skinshortcuts.xml` in your skin's XML folder:
4646 </control >
4747
4848 <!-- Action buttons -->
49- <control type =" button" id =" 301" ><label >Add</label ></control >
50- <control type =" button" id =" 302" ><label >Delete</label ></control >
51- <control type =" button" id =" 303" ><label >Move Up</label ></control >
52- <control type =" button" id =" 304" ><label >Move Down</label ></control >
53- <control type =" button" id =" 305" ><label >Change Label</label ></control >
54- <control type =" button" id =" 306" ><label >Change Icon</label ></control >
55- <control type =" button" id =" 307" ><label >Change Action</label ></control >
49+ <control type =" button" id =" 301" >
50+ <label >Add</label >
51+ </control >
52+ <control type =" button" id =" 302" >
53+ <label >Delete</label >
54+ </control >
55+ <control type =" button" id =" 303" >
56+ <label >Move Up</label >
57+ </control >
58+ <control type =" button" id =" 304" >
59+ <label >Move Down</label >
60+ </control >
61+ <control type =" button" id =" 305" >
62+ <label >Change Label</label >
63+ </control >
64+ <control type =" button" id =" 306" >
65+ <label >Change Icon</label >
66+ </control >
67+ <control type =" button" id =" 307" >
68+ <label >Change Action</label >
69+ </control >
5670
5771 <!-- Optional buttons -->
58- <control type =" button" id =" 311" ><label >Restore Deleted</label ></control >
59- <control type =" button" id =" 312" ><label >Reset to Default</label ></control >
60- <control type =" button" id =" 313" ><label >Enable/Disable</label ></control >
61- <control type =" button" id =" 401" ><label >Choose Shortcut</label ></control >
62- <control type =" button" id =" 405" ><label >Edit Submenu</label ></control >
72+ <control type =" button" id =" 311" >
73+ <label >Restore Deleted</label >
74+ </control >
75+ <control type =" button" id =" 312" >
76+ <label >Reset to Default</label >
77+ </control >
78+ <control type =" button" id =" 313" >
79+ <label >Enable/Disable</label >
80+ </control >
81+ <control type =" button" id =" 401" >
82+ <label >Choose Shortcut</label >
83+ </control >
84+ <control type =" button" id =" 405" >
85+ <label >Edit Submenu</label >
86+ </control >
6387 </controls >
6488</window >
6589```
0 commit comments