From 2daf175650cdda7cc8f820b6cb17b1475496e7ac Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Wed, 8 May 2024 23:32:58 +0200 Subject: Add GameControl UI for per device settings --- indra/newview/app_settings/settings.xml | 54 ++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 5 deletions(-) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index ebe027689a..2e520037b3 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -82,10 +82,10 @@ AFKTimeout Comment - - Time before automatically setting AFK (away from keyboard) mode (seconds, 0=never). - Valid values are: 0, 120, 300, 600, 1800 - + + Time before automatically setting AFK (away from keyboard) mode (seconds, 0=never). + Valid values are: 0, 120, 300, 600, 1800 + Persist 1 Type @@ -379,7 +379,7 @@ Value 0 - AutoAcceptNewInventory + AutoAcceptNewInventory Comment Automatically accept new notecards/textures/landmarks @@ -2645,6 +2645,50 @@ Value 0 + AnalogChannelMappings + + Comment + GameControl analog button to channel mappings + Persist + 1 + Type + String + Value + push:AXIS_1+,slide:AXIS_0+,jump:AXIS_4+,turn:AXIS_2+,look:AXIS_3+ + + BinaryChannelMappings + + Comment + GameControl binary button to channel mappings + Persist + 1 + Type + String + Value + toggle_run:BUTTON_9,toggle_fly:BUTTON_11,toggle_flycam:BUTTON_10,stop:BUTTON_7 + + FlycamChannelMappings + + Comment + GameControl flycam button to channel mappings + Persist + 1 + Type + String + Value + advance:AXIS_1+,pan:AXIS_0+,rise:AXIS_5+,pitch:AXIS_3-,yaw:AXIS_2+ + + KnownGameControllers + + Comment + Map of controller device-specific options. + Persist + 1 + Type + LLSD + Value + + EnableGestureSounds Comment -- cgit v1.2.3