diff --git a/projects/WeTek_Play/filesystem/usr/share/kodi/system/keymaps/wetek-remote.xml b/projects/WeTek_Play/filesystem/usr/share/kodi/system/keymaps/wetek-remote.xml index 9f89d88ad4..17f64df4d4 100644 --- a/projects/WeTek_Play/filesystem/usr/share/kodi/system/keymaps/wetek-remote.xml +++ b/projects/WeTek_Play/filesystem/usr/share/kodi/system/keymaps/wetek-remote.xml @@ -2,9 +2,12 @@ - ContextMenu - AspectRatio - XBMC.ActivateWindow(Home) + ContextMenu + ContextMenu + AspectRatio + AspectRatio + XBMC.ActivateWindow(Home) + XBMC.ActivateWindow(Home) ActivateWindowAndFocus(MyPVR, 31,0, 10,0) FullScreen Screenshot diff --git a/projects/WeTek_Play/patches/kodi/0101-add_mapping_for_browser_home_key_on_linux.patch b/projects/WeTek_Play/patches/kodi/0101-add_mapping_for_browser_home_key_on_linux.patch index 117f98e6d2..720604245d 100644 --- a/projects/WeTek_Play/patches/kodi/0101-add_mapping_for_browser_home_key_on_linux.patch +++ b/projects/WeTek_Play/patches/kodi/0101-add_mapping_for_browser_home_key_on_linux.patch @@ -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 },