diff options
author | David Walter Seikel | 2013-05-25 23:22:31 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-05-25 23:22:31 +1000 |
commit | f4d49c31da1bdc3e9072365c1f54fce5b964dafc (patch) | |
tree | 7652acfdf15356f1e88a11a74abc01e55b002fb8 /linden/indra/newview/skins | |
parent | White space cleanups. (diff) | |
download | meta-impy-f4d49c31da1bdc3e9072365c1f54fce5b964dafc.zip meta-impy-f4d49c31da1bdc3e9072365c1f54fce5b964dafc.tar.gz meta-impy-f4d49c31da1bdc3e9072365c1f54fce5b964dafc.tar.bz2 meta-impy-f4d49c31da1bdc3e9072365c1f54fce5b964dafc.tar.xz |
Fix Align tool conflicts with Edit Linked Parts - http://redmine.kokuaviewer.org/issues/948
The new hot keys are -
Ctrl-Shift-P for position (Ctrl-Alt-P was taken).
Ctrl-Alt-F for face selection.
Ctrl-Alt-M for align, and Ctrl-Alt-Shift-M for pack.
Also fixed things so they all work all the time, and refactored common code.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index 3b78eab..2ed5120 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -69,20 +69,24 @@ | |||
69 | 69 | ||
70 | <check_box bottom="-70" follows="left|top" font="SansSerifSmall" height="16" | 70 | <check_box bottom="-70" follows="left|top" font="SansSerifSmall" height="16" |
71 | initial_value="false" label="Position" left="4" mouse_opaque="true" | 71 | initial_value="false" label="Position" left="4" mouse_opaque="true" |
72 | name="radio position" radio_style="true" width="114" /> | 72 | name="radio position" radio_style="true" width="114" |
73 | tool_tip="Position selected prims (Ctrl-Shift-P)." /> | ||
73 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | 74 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
74 | initial_value="false" label="Rotate (Ctrl)" left="4" mouse_opaque="true" | 75 | initial_value="false" label="Rotate (Ctrl)" left="4" mouse_opaque="true" |
75 | name="radio rotate" radio_style="true" width="114" /> | 76 | name="radio rotate" radio_style="true" width="114" |
77 | tool_tip="Rotate selected prims (Ctrl)." /> | ||
76 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | 78 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
77 | initial_value="false" label="Stretch (Ctrl-Shift)" left="4" | 79 | initial_value="false" label="Stretch (Ctrl-Shift)" left="4" |
78 | mouse_opaque="true" name="radio stretch" radio_style="true" width="123" /> | 80 | mouse_opaque="true" name="radio stretch" radio_style="true" width="123" |
81 | tool_tip="Resize selected prims (Ctrl-Shift)." /> | ||
79 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | 82 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
80 | initial_value="false" label="Select faces to texture" left="4" mouse_opaque="true" | 83 | initial_value="false" label="Select faces to texture" left="4" mouse_opaque="true" |
81 | name="radio select face" radio_style="true" width="114" /> | 84 | name="radio select face" radio_style="true" width="114" |
85 | tool_tip="Select faces of prims to texture (Ctrl-Alt-F)." /> | ||
82 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | 86 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
83 | initial_value="false" label="Align (Shift to Pack)" left="4" mouse_opaque="true" | 87 | initial_value="false" label="Align (Shift to Pack)" left="4" mouse_opaque="true" |
84 | name="radio align" radio_style="true" width="114" | 88 | name="radio align" radio_style="true" width="114" |
85 | tool_tip="Align aligns all selected prims' edges along an axis, Pack moves all selected prims' edges so they're touching" /> | 89 | tool_tip="Align (Ctrl-Alt-M) aligns all selected prims edges along an axis. Pack (Ctrl-Alt-Shift-M) moves all selected prims edges so they're touching." /> |
86 | <check_box bottom_delta="-19" control_name="EditLinkedParts" follows="left|top" | 90 | <check_box bottom_delta="-19" control_name="EditLinkedParts" follows="left|top" |
87 | font="SansSerifSmall" height="16" initial_value="false" | 91 | font="SansSerifSmall" height="16" initial_value="false" |
88 | label="Edit linked parts" left="4" mouse_opaque="true" | 92 | label="Edit linked parts" left="4" mouse_opaque="true" |
@@ -1364,10 +1368,10 @@ | |||
1364 | Drag to Move, Shift-Drag to Copy | 1368 | Drag to Move, Shift-Drag to Copy |
1365 | </string> | 1369 | </string> |
1366 | <string name="status_selectface"> | 1370 | <string name="status_selectface"> |
1367 | Click to selet a Face for texturing | 1371 | Click to select a Face for texturing |
1368 | </string> | 1372 | </string> |
1369 | <string name="status_align"> | 1373 | <string name="status_align"> |
1370 | CTRL-A to align on an axis, CTRL-Shift-A to Pack | 1374 | Click to Align, Shift-Click to Pack |
1371 | </string> | 1375 | </string> |
1372 | <string name="status_modifyland"> | 1376 | <string name="status_modifyland"> |
1373 | Click and Hold to Modify Land | 1377 | Click and Hold to Modify Land |
@@ -1382,7 +1386,7 @@ | |||
1382 | Click Inworld to Build | 1386 | Click Inworld to Build |
1383 | </string> | 1387 | </string> |
1384 | <string name="status_selectland"> | 1388 | <string name="status_selectland"> |
1385 | Click and Drag to Select Land | 1389 | Click and Drag to select Land |
1386 | </string> | 1390 | </string> |
1387 | <string name="grid_screen_text"> | 1391 | <string name="grid_screen_text"> |
1388 | Screen | 1392 | Screen |