Add option to disable high resolution scroll events
This commit is contained in:
parent
6ea836c511
commit
729922d2c0
5 changed files with 82 additions and 7 deletions
|
|
@ -273,6 +273,22 @@ always_send_scancodes
|
|||
|
||||
always_send_scancodes = enabled
|
||||
|
||||
high_resolution_scrolling
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
**Description**
|
||||
When enabled, Sunshine will pass through high resolution scroll events from Moonlight clients.
|
||||
|
||||
This can be useful to disable for older applications that scroll too fast with high resolution scroll events.
|
||||
|
||||
**Default**
|
||||
``enabled``
|
||||
|
||||
**Example**
|
||||
.. code-block:: text
|
||||
|
||||
high_resolution_scrolling = enabled
|
||||
|
||||
keybindings
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue