mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: correct patch on WP after 17b3 changes
This commit is contained in:
parent
4b4b704468
commit
4438949e6c
@ -12,13 +12,13 @@ diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml
|
||||
index 90517af..62cc847 100644
|
||||
--- a/system/keymaps/keyboard.xml
|
||||
+++ b/system/keymaps/keyboard.xml
|
||||
@@ -91,7 +91,7 @@
|
||||
@@ -94,7 +94,7 @@
|
||||
<backslash>ToggleFullScreen</backslash>
|
||||
<home>FirstPage</home>
|
||||
<end>LastPage</end>
|
||||
- <power>ActivateWindow(shutdownmenu)</power>
|
||||
- <power>ActivateWindow(ShutdownMenu)</power>
|
||||
+ <power>XBMC.Powerdown()</power>
|
||||
<sleep>ActivateWindow(shutdownmenu)</sleep>
|
||||
<sleep>ActivateWindow(ShutdownMenu)</sleep>
|
||||
<!-- PVR windows -->
|
||||
<e>ActivateWindow(TVGuide)</e>
|
||||
diff --git a/xbmc/powermanagement/linux/LogindUPowerSyscall.cpp b/xbmc/powermanagement/linux/LogindUPowerSyscall.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user