mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/WeTek_Play: update RCU patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
88852cf590
commit
7ca21fd935
@ -2,9 +2,12 @@
|
||||
<keymap>
|
||||
<global>
|
||||
<keyboard>
|
||||
<f7>ContextMenu</f7>
|
||||
<f1>AspectRatio</f1>
|
||||
<home>XBMC.ActivateWindow(Home)</home>
|
||||
<f4>ContextMenu</f4> <!-- on OpenELEC Remote -->
|
||||
<f7>ContextMenu</f7> <!-- on WeTek Remote -->
|
||||
<f5>AspectRatio</f5> <!-- on OpenELEC Remote -->
|
||||
<f1>AspectRatio</f1> <!-- on WeTek Remote -->
|
||||
<home>XBMC.ActivateWindow(Home)</home> <!-- on WeTek Remote -->
|
||||
<f3>XBMC.ActivateWindow(Home)</f3> <!-- on OpenELEC Remote -->
|
||||
<f2>ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</f2>
|
||||
<f6>FullScreen</f6>
|
||||
<key id="61952">Screenshot</key> <!-- KEY_RECORD -->
|
||||
|
@ -1,8 +1,15 @@
|
||||
diff --git a/xbmc/input/linux/LinuxInputDevices.cpp b/xbmc/input/linux/LinuxInputDevices.cpp
|
||||
index ee21474..5dcaf69 100644
|
||||
--- a/xbmc/input/linux/LinuxInputDevices.cpp
|
||||
+++ b/xbmc/input/linux/LinuxInputDevices.cpp
|
||||
@@ -242,6 +242,7 @@ KeyMap keyMap[] = {
|
||||
diff -Naur kodi-14-4606179/xbmc/input/linux/LinuxInputDevices.cpp kodi-14-4606179.patch/xbmc/input/linux/LinuxInputDevices.cpp
|
||||
--- kodi-14-4606179/xbmc/input/linux/LinuxInputDevices.cpp 2015-03-06 19:47:27.000000000 +0100
|
||||
+++ kodi-14-4606179.patch/xbmc/input/linux/LinuxInputDevices.cpp 2015-03-07 14:42:33.260971676 +0100
|
||||
@@ -225,6 +225,7 @@
|
||||
{ KEY_VOLUMEDOWN , XBMCK_VOLUME_DOWN },
|
||||
{ KEY_VOLUMEUP , XBMCK_VOLUME_UP },
|
||||
{ KEY_POWER , XBMCK_POWER },
|
||||
+ { KEY_COFFEE , XBMCK_VOLUME_MUTE },
|
||||
{ KEY_KPEQUAL , XBMCK_KP_EQUALS },
|
||||
{ KEY_PAUSE , XBMCK_PAUSE },
|
||||
{ KEY_LEFTMETA , XBMCK_LMETA },
|
||||
@@ -242,6 +243,7 @@
|
||||
{ KEY_RECORD , XBMCK_RECORD },
|
||||
{ KEY_REWIND , XBMCK_REWIND },
|
||||
{ KEY_PHONE , XBMCK_PHONE },
|
||||
|
Loading…
x
Reference in New Issue
Block a user