From 61891b5a95a97858e5f36f42f95b579817344994 Mon Sep 17 00:00:00 2001 From: bb10 <607398+bb10@users.noreply.github.com> Date: Wed, 16 Jan 2019 06:13:38 +0100 Subject: Update joystick.xml Added ActivateWindow(Home) as a global keypress, it was not assigned any action before. Changed back to the original action of Stop and changed the long press action to Fullscreen. Changed the button to the Fullscreen action. It doesn't toggle, instead it sends you back to the home screen after pressing it a second time because of the global action, which kind of makes sense for the View (on xbox one, previously back) button. --- system/keymaps/joystick.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index c4b50cd482..9edf770ecb 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -49,6 +49,7 @@ ContextMenu FullScreen ActivateWindow(PlayerControls) + ActivateWindow(Home) ActivateWindow(Home) Up Down @@ -91,12 +92,12 @@ Pause - Fullscreen - Stop + Stop + FullScreen OSD FullScreen Info - OSD + FullScreen OSD ChapterOrBigStepForward ChapterOrBigStepBack -- cgit v1.2.3