Rename Back Button Timeout and disable it by default

Users don't expect long presses of the back button to not work out of the box.
This commit is contained in:
Cameron Gutman 2023-05-24 23:21:01 -05:00
commit 8da919f411
3 changed files with 8 additions and 12 deletions

View file

@ -156,14 +156,12 @@ back_button_timeout
^^^^^^^^^^^^^^^^^^^
**Description**
If, after the timeout, the back/select button is still pressed down, Home/Guide button press is emulated.
On Nvidia Shield, the home and power button are not passed to Moonlight.
If the Back/Select button is held down for the specified number of milliseconds, a Home/Guide button press is emulated.
.. Tip:: If back_button_timeout < 0, then the Home/Guide button will not be emulated.
**Default**
``2000``
``-1``
**Example**
.. code-block:: text