20 lines
616 B
XML
20 lines
616 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<context_menu
|
|
layout="topleft"
|
|
label="URL"
|
|
name="Url Popup">
|
|
<menu_item_call
|
|
label="Copy SLURL to clipboard"
|
|
layout="topleft"
|
|
name="url_copy">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="CopyUrl" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Copy Key to clipboard" name="key_copy">
|
|
<menu_item_call.on_click function="List.CopyUUIDs" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Select All" name="Select All">
|
|
<on_click function="Text" userdata="SelectAll"/>
|
|
</menu_item_call>
|
|
</context_menu>
|