aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2017-11-17 09:52:59 -0800
committerGitHub <noreply@github.com>2017-11-17 09:52:59 -0800
commita2323e3f668472b99330e144df72ad84a708bea6 (patch)
tree9d73fb7545691950be32b16d8d6853f836eb9a4c /system/keymaps
parent44e160d2b031d1576015671f331c089c32cebde3 (diff)
parent0e6f3957570a0fce50ddf3edcbdabc441b85992c (diff)
Merge pull request #13049 from garbear/joystick-back
Fix Back button in Android TV Remote Control app
Diffstat (limited to 'system/keymaps')
-rw-r--r--system/keymaps/joystick.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml
index 803c35a307..dc8bcad470 100644
--- a/system/keymaps/joystick.xml
+++ b/system/keymaps/joystick.xml
@@ -70,6 +70,12 @@
<rightstick direction="down">VolumeDown</rightstick>
</joystick>
</global>
+ <Home>
+ <joystick profile="game.controller.default">
+ <b>Back</b>
+ <b holdtime="500">ActivateWindow(ShutdownMenu)</b>
+ </joystick>
+ </Home>
<FileManager>
<joystick profile="game.controller.default">
<rightbumper>Highlight</rightbumper>
@@ -85,7 +91,8 @@
<FullscreenVideo>
<joystick profile="game.controller.default">
<a>Pause</a>
- <b>Stop</b>
+ <b>Fullscreen</b>
+ <b holdtime="500">Stop</b>
<x>OSD</x>
<y>FullScreen</y>
<start>Info</start>