diff options
| author | Steve Bennetts <steve@lindenlab.com> | 2009-10-26 22:08:26 -0700 | 
|---|---|---|
| committer | Steve Bennetts <steve@lindenlab.com> | 2009-10-26 22:08:26 -0700 | 
| commit | 4272cc6956b21f77326b0c6bbbbc4be37e7f6fad (patch) | |
| tree | 7b074f23fc856a041b44abd6bd720642a2ff479d | |
| parent | 6c03d32e0d384ab452115151325133e2e35e0ea1 (diff) | |
EXT-5 - Fixed ESC and other shortcuts, again.
Moved Shortcuts from Develop menu to Advanced.
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 454 | 
1 files changed, 228 insertions, 226 deletions
| diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index e98492feda..a59a8b065f 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -1620,6 +1620,234 @@          </menu_item_check>          <menu_item_separator           layout="topleft" /> +        <menu +         label="Shortcuts" +         layout="topleft" +         name="Shortcuts" +         tear_off="true" +         visible="false"> +            <menu_item_check +               label="Search" +               layout="topleft" +               name="Search" +               shortcut="control|F"> +            <menu_item_check.on_check +             function="Floater.Visible" +             parameter="search" /> +            <menu_item_check.on_click +             function="Floater.Toggle" +             parameter="search" /> +            </menu_item_check> +            <menu_item_call +             enabled="false" +             label="Release Keys" +             layout="topleft" +             name="Release Keys"> +                <menu_item_call.on_click +                 function="Tools.ReleaseKeys" +                 parameter="" /> +                <menu_item_call.on_enable +                 function="Tools.EnableReleaseKeys" +                 parameter="" /> +            </menu_item_call> +            <menu_item_call +             label="Set UI Size to Default" +             layout="topleft" +             name="Set UI Size to Default"> +                <menu_item_call.on_click +                 function="View.DefaultUISize" /> +            </menu_item_call> +            <menu_item_separator +             layout="topleft" /> +            <menu_item_check +             label="Always Run" +             layout="topleft" +             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" +             layout="topleft" +             name="Fly" +             shortcut="Home"> +                <menu_item_check.on_click +                 function="Agent.toggleFlying" /> +                <menu_item_check.on_enable +                 function="Agent.enableFlying" /> +            </menu_item_check> +            <menu_item_separator +             layout="topleft" /> +            <menu_item_call +             label="Close Window" +             layout="topleft" +             name="Close Window" +             shortcut="control|W"> +                <menu_item_call.on_click +                 function="File.CloseWindow" /> +                <menu_item_call.on_enable +                 function="File.EnableCloseWindow" /> +            </menu_item_call> +            <menu_item_call +             label="Close All Windows" +             layout="topleft" +             name="Close All Windows" +             shortcut="control|shift|W"> +                <menu_item_call.on_click +                 function="File.CloseAllWindows" /> +                <menu_item_call.on_enable +                 function="File.EnableCloseAllWindows" /> +            </menu_item_call> +            <menu_item_separator +             layout="topleft" /> +            <menu_item_call +             label="Snapshot to Disk" +             layout="topleft" +             name="Snapshot to Disk" +             shortcut="control|`" +             use_mac_ctrl="true"> +                <menu_item_call.on_click +                 function="File.TakeSnapshotToDisk" /> +            </menu_item_call> +            <menu_item_separator +             layout="topleft" /> +            <menu_item_call +             label="Mouselook" +             layout="topleft" +             name="Mouselook" +             shortcut="M"> +                <menu_item_call.on_click +                 function="View.Mouselook" /> +                <menu_item_call.on_enable +                 function="View.EnableMouselook" /> +            </menu_item_call> +            <menu_item_check +             label="Joystick Flycam" +             layout="topleft" +             name="Joystick Flycam" +             shortcut="alt|shift|F"> +                <menu_item_check.on_check +                 function="View.CheckJoystickFlycam" /> +                <menu_item_check.on_click +                 function="View.JoystickFlycam" /> +                <menu_item_check.on_enable +                 function="View.EnableJoystickFlycam" /> +            </menu_item_check> +            <menu_item_call +             label="Reset View" +             layout="topleft" +             name="Reset View" +             shortcut="Esc"> +                <menu_item_call.on_click +                 function="View.ResetView" /> +            </menu_item_call> +            <menu_item_call +             label="Look at Last Chatter" +             layout="topleft" +             name="Look at Last Chatter" +             shortcut="control|\"> +                <menu_item_call.on_click +                 function="View.LookAtLastChatter" /> +                <menu_item_call.on_enable +                 function="View.EnableLastChatter" /> +            </menu_item_call> +            <menu_item_separator +             layout="topleft" /> +            <menu +             create_jump_keys="true" +             label="Select Build Tool" +             layout="topleft" +             name="Select Tool" +             tear_off="true"> +                <menu_item_call +                 label="Focus Tool" +                 layout="topleft" +                 name="Focus" +                 shortcut="control|1"> +                    <menu_item_call.on_click +                     function="Tools.SelectTool" +                     parameter="focus" /> +                </menu_item_call> +                <menu_item_call +                 label="Move Tool" +                 layout="topleft" +                 name="Move" +                 shortcut="control|2"> +                    <menu_item_call.on_click +                     function="Tools.SelectTool" +                     parameter="move" /> +                </menu_item_call> +                <menu_item_call +                 label="Edit Tool" +                 layout="topleft" +                 name="Edit" +                 shortcut="control|3"> +                    <menu_item_call.on_click +                     function="Tools.SelectTool" +                     parameter="edit" /> +                </menu_item_call> +                <menu_item_call +                 label="Create Tool" +                 layout="topleft" +                 name="Create" +                 shortcut="control|4"> +                    <menu_item_call.on_click +                     function="Tools.SelectTool" +                     parameter="create" /> +                </menu_item_call> +                <menu_item_call +                 label="Land Tool" +                 layout="topleft" +                 name="Land" +                 shortcut="control|5"> +                    <menu_item_call.on_click +                     function="Tools.SelectTool" +                     parameter="land" /> +                </menu_item_call> +            </menu> +            <menu_item_separator +             layout="topleft" /> +            <menu_item_call +             label="Zoom In" +             layout="topleft" +             name="Zoom In" +             shortcut="control|0"> +                <menu_item_call.on_click +                 function="View.ZoomIn" /> +            </menu_item_call> +            <menu_item_call +             label="Zoom Default" +             layout="topleft" +             name="Zoom Default" +             shortcut="control|9"> +                <menu_item_call.on_click +                 function="View.ZoomDefault" /> +            </menu_item_call> +            <menu_item_call +             label="Zoom Out" +             layout="topleft" +             name="Zoom Out" +             shortcut="control|8"> +                <menu_item_call.on_click +                 function="View.ZoomOut" /> +            </menu_item_call> +            <menu_item_separator +             layout="topleft" /> +            <menu_item_call +             label="Toggle Fullscreen" +             layout="topleft" +             name="Toggle Fullscreen" +             > +               <!-- Note: shortcut="alt|Enter" was deleted from the preceding node--> +                <menu_item_call.on_click +                 function="View.Fullscreen" /> +            </menu_item_call> +        </menu> +        <menu_item_separator +         layout="topleft" />          <menu_item_call           label="Show Debug Settings"           layout="topleft" @@ -2416,232 +2644,6 @@                   parameter="stop record" />              </menu_item_call>          </menu> -        <menu -         label="Shortcuts" -         layout="topleft" -         name="Shortcuts" -         tear_off="true" -         visible="false"> -            <menu_item_check -               label="Search" -               layout="topleft" -               name="Search" -               shortcut="control|F"> -            <menu_item_check.on_check -             function="Floater.Visible" -             parameter="search" /> -            <menu_item_check.on_click -             function="Floater.Toggle" -             parameter="search" /> -            </menu_item_check> -            <menu_item_call -             enabled="false" -             label="Release Keys" -             layout="topleft" -             name="Release Keys"> -                <menu_item_call.on_click -                 function="Tools.ReleaseKeys" -                 parameter="" /> -                <menu_item_call.on_enable -                 function="Tools.EnableReleaseKeys" -                 parameter="" /> -            </menu_item_call> -            <menu_item_call -             label="Set UI Size to Default" -             layout="topleft" -             name="Set UI Size to Default"> -                <menu_item_call.on_click -                 function="View.DefaultUISize" /> -            </menu_item_call> -            <menu_item_separator -             layout="topleft" /> -            <menu_item_check -             label="Always Run" -             layout="topleft" -             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" -             layout="topleft" -             name="Fly" -             shortcut="Home"> -                <menu_item_check.on_click -                 function="Agent.toggleFlying" /> -                <menu_item_check.on_enable -                 function="Agent.enableFlying" /> -            </menu_item_check> -            <menu_item_separator -             layout="topleft" /> -            <menu_item_call -             label="Close Window" -             layout="topleft" -             name="Close Window" -             shortcut="control|W"> -                <menu_item_call.on_click -                 function="File.CloseWindow" /> -                <menu_item_call.on_enable -                 function="File.EnableCloseWindow" /> -            </menu_item_call> -            <menu_item_call -             label="Close All Windows" -             layout="topleft" -             name="Close All Windows" -             shortcut="control|shift|W"> -                <menu_item_call.on_click -                 function="File.CloseAllWindows" /> -                <menu_item_call.on_enable -                 function="File.EnableCloseAllWindows" /> -            </menu_item_call> -            <menu_item_separator -             layout="topleft" /> -            <menu_item_call -             label="Snapshot to Disk" -             layout="topleft" -             name="Snapshot to Disk" -             shortcut="control|`" -             use_mac_ctrl="true"> -                <menu_item_call.on_click -                 function="File.TakeSnapshotToDisk" /> -            </menu_item_call> -            <menu_item_separator -             layout="topleft" /> -            <menu_item_call -             label="Mouselook" -             layout="topleft" -             name="Mouselook" -             shortcut="M"> -                <menu_item_call.on_click -                 function="View.Mouselook" /> -                <menu_item_call.on_enable -                 function="View.EnableMouselook" /> -            </menu_item_call> -            <menu_item_check -             label="Joystick Flycam" -             layout="topleft" -             name="Joystick Flycam" -             shortcut="alt|shift|F"> -                <menu_item_check.on_check -                 function="View.CheckJoystickFlycam" /> -                <menu_item_check.on_click -                 function="View.JoystickFlycam" /> -                <menu_item_check.on_enable -                 function="View.EnableJoystickFlycam" /> -            </menu_item_check> -            <menu_item_call -             label="Reset View" -             layout="topleft" -             name="Reset View" -             shortcut="Esc"> -                <menu_item_call.on_click -                 function="View.ResetView" /> -            </menu_item_call> -            <menu_item_call -             label="Look at Last Chatter" -             layout="topleft" -             name="Look at Last Chatter" -             shortcut="control|\"> -                <menu_item_call.on_click -                 function="View.LookAtLastChatter" /> -                <menu_item_call.on_enable -                 function="View.EnableLastChatter" /> -            </menu_item_call> -            <menu_item_separator -             layout="topleft" /> -            <menu -             create_jump_keys="true" -             label="Select Build Tool" -             layout="topleft" -             name="Select Tool" -             tear_off="true"> -                <menu_item_call -                 label="Focus Tool" -                 layout="topleft" -                 name="Focus" -                 shortcut="control|1"> -                    <menu_item_call.on_click -                     function="Tools.SelectTool" -                     parameter="focus" /> -                </menu_item_call> -                <menu_item_call -                 label="Move Tool" -                 layout="topleft" -                 name="Move" -                 shortcut="control|2"> -                    <menu_item_call.on_click -                     function="Tools.SelectTool" -                     parameter="move" /> -                </menu_item_call> -                <menu_item_call -                 label="Edit Tool" -                 layout="topleft" -                 name="Edit" -                 shortcut="control|3"> -                    <menu_item_call.on_click -                     function="Tools.SelectTool" -                     parameter="edit" /> -                </menu_item_call> -                <menu_item_call -                 label="Create Tool" -                 layout="topleft" -                 name="Create" -                 shortcut="control|4"> -                    <menu_item_call.on_click -                     function="Tools.SelectTool" -                     parameter="create" /> -                </menu_item_call> -                <menu_item_call -                 label="Land Tool" -                 layout="topleft" -                 name="Land" -                 shortcut="control|5"> -                    <menu_item_call.on_click -                     function="Tools.SelectTool" -                     parameter="land" /> -                </menu_item_call> -            </menu> -            <menu_item_separator -             layout="topleft" /> -            <menu_item_call -             label="Zoom In" -             layout="topleft" -             name="Zoom In" -             shortcut="control|0"> -                <menu_item_call.on_click -                 function="View.ZoomIn" /> -            </menu_item_call> -            <menu_item_call -             label="Zoom Default" -             layout="topleft" -             name="Zoom Default" -             shortcut="control|9"> -                <menu_item_call.on_click -                 function="View.ZoomDefault" /> -            </menu_item_call> -            <menu_item_call -             label="Zoom Out" -             layout="topleft" -             name="Zoom Out" -             shortcut="control|8"> -                <menu_item_call.on_click -                 function="View.ZoomOut" /> -            </menu_item_call> -            <menu_item_separator -             layout="topleft" /> -            <menu_item_call -             label="Toggle Fullscreen" -             layout="topleft" -             name="Toggle Fullscreen" -             > -               <!-- Note: shortcut="alt|Enter" was deleted from the preceding node--> -                <menu_item_call.on_click -                 function="View.Fullscreen" /> -            </menu_item_call> -        </menu>          <menu           create_jump_keys="true" | 
