diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-12-28 16:18:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 16:18:20 -0800 |
commit | 582dc2f1fcd4001ef1333968ca25f13014870526 (patch) | |
tree | 24156d8c52da4bf4d9ab2a6e2e7bc656865f43b4 /system | |
parent | 14086a7bd3a0b450ca8a79f1b5aa6c6566736245 (diff) | |
parent | 65c7b03b5f7b241d80e3e7c439659e5dbfa8d8d3 (diff) |
Merge pull request #15138 from garbear/eventserver-gamepad
[keymaps] Specify that gamepad.xml is for EventServer "gamepads"
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/gamepad.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/gamepad.xml b/system/keymaps/gamepad.xml index 63140230da..cc440c358b 100644 --- a/system/keymaps/gamepad.xml +++ b/system/keymaps/gamepad.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- This file contains the mapping of keys to actions within Kodi. --> +<!-- This file contains the mapping of EventServer "gamepad" keys to actions within Kodi. --> <!-- --> <!-- The format is: --> <!-- <window> --> |