Settings/System/Input: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
'''Note:''' Disabling will cause you to lose control over this application when no keyboard or remote is present. If you are suffering loss of control due to this issue:<br>
'''Note:''' Disabling will cause you to lose control over this application when no keyboard or remote is present. If you are suffering loss of control due to this issue:<br>
:1. Locate the following line of code in the '''''guisettings.xml''''' file:
:1. Locate the following line of code in the '''''guisettings.xml''''' file:
<syntaxhighlight lang="text">
  <enablemouse>false</enablemouse>
<enablemouse>false</enablemouse> </syntaxhighlight>
:2. replace with:
:2. replace with:
<syntaxhighlight lang="text"><enablemouse default="true">true</enablemouse>
  <enablemouse default="true">true</enablemouse>
</syntaxhighlight>
|-
|-
| '''See Also:'''
| '''See Also:'''

Revision as of 00:46, 21 June 2018

Home icon grey.png   ▶ Settings ▶ System ▶ Input
System input.JPG





Peripherals

This section lists Kodi compatible equipment and allows adjustment of their settings. The equipment requires appropriate drivers to be installed for Kodi to recognise the hardware.

The Pulse Eight USB-CEC Adapter is an example of one item that will be listed here, and will require the accompanying libCEC software to be included in the Kodi distribution you are using to enable this setting.

See Also: HDMI CEC
See Also: libcec PulseEight


Devices

Settings for input devices.


Enable mouse and touch screen support

Settings level: Basic
Description: Use a mouse or touch screen device to control the interface.

Note: Disabling will cause you to lose control over this application when no keyboard or remote is present. If you are suffering loss of control due to this issue:

1. Locate the following line of code in the guisettings.xml file:
 <enablemouse>false</enablemouse>
2. replace with:
 <enablemouse default="true">true</enablemouse>
See Also: Touch Screen Controls


Configure attached controllers

Settings level: Basic
Description: Pair your controllers with the various input devices of different game systems.
See Also: HOW-TO: Configure Controllers
See Also: HOW-TO: Map Multiple Controllers
See Also: HOW-TO: Modify Joystick.xml
See Also: HOW-TO: Share Button Maps


Enable rumble for notifications

Settings level: Basic
Description: Activates the controller rumble motors when a notification occurs. Requires a configured controller.


Test rumble

Settings level: Advanced
Description: Sends a test rumble to the controller. Remains greyed out until a properly configured controller is added, and the previous Rumble setting is enabled.



Return to top