diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-01-27 19:18:22 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-01-27 19:18:22 +0200 | 
| commit | d3169aa696f5afaff18eb4d90c8b70a4f5528eb7 (patch) | |
| tree | a9b51044b8ebcf480475e34a7817b473f74fdafb | |
| parent | abdfc65f56bdf5bba7977760c57b5c7de7a61931 (diff) | |
SL-14423 Ctrl+Alt+Shift+A is assigned to 2 things
Remapped debugging avatar textures (requires godlike agent) to Ctrl+Shift+Alt+K
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index a59a71a0eb..0a50ff089f 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -3625,7 +3625,7 @@ function="World.EnvPreset"              <menu_item_call               label="Debug Avatar Textures"               name="Debug Avatar Textures" -             shortcut="control|alt|shift|A"> +             shortcut="control|alt|shift|K">                  <menu_item_call.on_click                   function="Advanced.DebugAvatarTextures" />              </menu_item_call> | 
