Files
SingularityViewer/indra/newview/skins/default/xui/en-us/menu_url_objectim.xml

78 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
layout="topleft"
label="Object"
name="Url Popup">
<menu_item_call
label="Object Profile..."
layout="topleft"
name="show_object">
<menu_item_call.on_click
function="Text.Url" userdata="Execute" />
</menu_item_call>
<menu_item_call
label="Block..."
layout="topleft"
name="block_object">
<menu_item_call.on_click
function="Text.Url" userdata="Block" />
</menu_item_call>
<menu_item_call
label="Unblock"
layout="topleft"
name="unblock_object">
<menu_item_call.on_click
function="Text.Url" userdata="Unblock" />
</menu_item_call>
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Show on Map"
layout="topleft"
name="show_on_map">
<menu_item_call.on_click
function="Text.Url" userdata="ShowOnMap" />
</menu_item_call>
<menu_item_call
label="Teleport to Object URL Location"
layout="topleft"
name="teleport_to_object">
<menu_item_call.on_click
function="Text.Url" userdata="Teleport" />
</menu_item_call>
<menu_item_call label="Follow" name="Follow">
<on_click function="List.Follow"/>
<on_visible function="List.IsNearby"/>
</menu_item_call>
<menu_item_call label="Move To" name="Move To">
<on_click function="List.GoTo"/>
<on_visible function="List.IsNearby"/>
</menu_item_call>
<menu_item_call label="Teleport To (current location)" name="Teleport To (current location)">
<on_click function="List.TeleportTo"/>
<on_visible function="List.IsNearby"/>
</menu_item_call>
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Copy Object Name to clipboard"
layout="topleft"
name="url_copy_label">
<menu_item_call.on_click
function="Text.Url" userdata="CopyLabel" />
</menu_item_call>
<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>