You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
532 B
14 lines
532 B
<!-- |
|
Collection name attribute represents the name of the menu, e.g., to use menu "File" use "file" or "Help" use "help". You can add new menus. |
|
|
|
|
|
If you type a relative script file beware that this script is located in $XDG_DATA_HOME/applicationname/ |
|
|
|
The following example adds an action with the text "Export..." into the "File" menu |
|
|
|
<KrossScripting> |
|
<collection name="file" text="File" comment="File menu"> |
|
<script name="export" text="Export..." comment="Export content" file="export.py" /> |
|
</collection> |
|
</KrossScripting> |
|
--> |