Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
9bebbfba
Commit
9bebbfba
authored
14 years ago
by
Jonathan Yap
Browse files
Options
Downloads
Patches
Plain Diff
Viewer 2.4 (as of 18 Nov 2010) with STORM-616 (Me/Movement) merged in.
parent
d76e0dd8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/skins/default/xui/en/menu_viewer.xml
+43
-29
43 additions, 29 deletions
indra/newview/skins/default/xui/en/menu_viewer.xml
with
43 additions
and
29 deletions
indra/newview/skins/default/xui/en/menu_viewer.xml
+
43
−
29
View file @
9bebbfba
...
@@ -94,6 +94,49 @@
...
@@ -94,6 +94,49 @@
function=
"Floater.Toggle"
function=
"Floater.Toggle"
parameter=
"voice_effect"
/>
parameter=
"voice_effect"
/>
</menu_item_check>
</menu_item_check>
<menu
create_jump_keys=
"true"
label=
"Movement"
name=
"Movement"
tear_off=
"true"
>
<menu_item_call
label=
"Sit Down"
layout=
"topleft"
shortcut=
"control|alt|S"
name=
"Sit Down Here"
>
<menu_item_call.on_click
function=
"Self.SitDown"
parameter=
""
/>
<menu_item_call.on_enable
function=
"Self.EnableSitDown"
/>
</menu_item_call>
<menu_item_check
label=
"Always Run"
name=
"Always Run"
shortcut=
"control|R"
>
<menu_item_check.on_check
function=
"World.CheckAlwaysRun"
/>
<menu_item_check.on_click
function=
"World.AlwaysRun"
/>
</menu_item_check>
<menu_item_check
label=
"Fly"
name=
"Fly"
shortcut=
"Home"
>
<menu_item_check.on_check
function=
"Agent.getFlying"
/>
<menu_item_check.on_click
function=
"Agent.toggleFlying"
/>
<menu_item_check.on_enable
function=
"Agent.enableFlying"
/>
</menu_item_check>
<menu_item_call
label=
"Stop Animating Me"
name=
"Stop Animating My Avatar"
>
<menu_item_call.on_click
function=
"Tools.StopAllAnimations"
/>
</menu_item_call>
</menu>
<menu
<menu
create_jump_keys=
"true"
create_jump_keys=
"true"
label=
"My Status"
label=
"My Status"
...
@@ -995,12 +1038,6 @@
...
@@ -995,12 +1038,6 @@
name=
"Advanced"
name=
"Advanced"
tear_off=
"true"
tear_off=
"true"
visible=
"false"
>
visible=
"false"
>
<menu_item_call
label=
"Stop Animating Me"
name=
"Stop Animating My Avatar"
>
<menu_item_call.on_click
function=
"Tools.StopAllAnimations"
/>
</menu_item_call>
<menu_item_call
<menu_item_call
label=
"Rebake Textures"
label=
"Rebake Textures"
name=
"Rebake Texture"
name=
"Rebake Texture"
...
@@ -1553,29 +1590,6 @@
...
@@ -1553,29 +1590,6 @@
<menu_item_separator/>
<menu_item_separator/>
<menu_item_check
label=
"Always Run"
name=
"Always Run"
shortcut=
"control|R"
>
<menu_item_check.on_check
function=
"World.CheckAlwaysRun"
/>
<menu_item_check.on_click
function=
"World.AlwaysRun"
/>
</menu_item_check>
<menu_item_check
label=
"Fly"
name=
"Fly"
shortcut=
"Home"
>
<menu_item_check.on_check
function=
"Agent.getFlying"
/>
<menu_item_check.on_click
function=
"Agent.toggleFlying"
/>
<menu_item_check.on_enable
function=
"Agent.enableFlying"
/>
</menu_item_check>
<menu_item_separator/>
<menu_item_call
<menu_item_call
label=
"Close Window"
label=
"Close Window"
name=
"Close Window"
name=
"Close Window"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment