diff options
author | Richard Linden <none@none> | 2011-06-29 13:13:10 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-29 13:13:10 -0700 |
commit | 8a4b3e33cdd6f196f25e4acf86e80de08907590e (patch) | |
tree | 3290124a55518d1130915a7adca964a1d38ea71d /indra/newview/app_settings/keys.xml | |
parent | 200073c97a34a90718c3362efaed98c52fa12a17 (diff) |
EXP-961 FIX Keyboard definition file keys.xml contains invalid XML markup
Diffstat (limited to 'indra/newview/app_settings/keys.xml')
-rw-r--r-- | indra/newview/app_settings/keys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/keys.xml b/indra/newview/app_settings/keys.xml index d085475c6c..101deea55b 100644 --- a/indra/newview/app_settings/keys.xml +++ b/indra/newview/app_settings/keys.xml @@ -181,7 +181,7 @@ <binding key="PAD_DIVIDE" mask="CTL_ALT_SHIFT" command="start_gesture"/> </third_person> - # Basic editing camera control + <-- Basic editing camera control --> <edit> <binding key="A" mask="NONE" command="spin_around_cw"/> <binding key="D" mask="NONE" command="spin_around_ccw"/> |