From df1b9f174b95da003603e669fd79a09b5f99189c Mon Sep 17 00:00:00 2001 From: ims Date: Sat, 14 Dec 2024 12:25:53 +0100 Subject: [PATCH 1/2] KeyBindings - added MP3 and VOD keys to rc2 --- lib/python/Tools/KeyBindings.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/python/Tools/KeyBindings.py b/lib/python/Tools/KeyBindings.py index 9a07a624a81..92eed1a24a4 100644 --- a/lib/python/Tools/KeyBindings.py +++ b/lib/python/Tools/KeyBindings.py @@ -219,7 +219,9 @@ # Discrete power codes KEYIDS["KEY_POWER2"]: ("POWER2",), KEYIDS["KEY_SUSPEND"]: ("SUSPEND",), - KEYIDS["KEY_WAKEUP"]: ("WAKEUP",) + KEYIDS["KEY_WAKEUP"]: ("WAKEUP",), + KEYIDS["KEY_MP3"]: ("MP3",), + KEYIDS["KEY_VOD"]: ("VOD",) }, { # id=3 - XP1000. # The xp1000/rcpositions file defines PLAY and PAUSE # at the same location where it should just define @@ -476,4 +478,4 @@ def removeKeyBindings(domain): def getFpAndKbdKeys(): # used by HelpMenuList - return {k for i in keyDescriptions for k, v in i.items() if len(v) > 1 and v[1] in ("fp", "kbd")} \ No newline at end of file + return {k for i in keyDescriptions for k, v in i.items() if len(v) > 1 and v[1] in ("fp", "kbd")} From bb02da9ad06fab7a7f347cb75d6f93302d109289 Mon Sep 17 00:00:00 2001 From: ims Date: Sat, 14 Dec 2024 12:32:01 +0100 Subject: [PATCH 2/2] Fixed octagon3 rc file --- data/rc_models/octagon3.xml | 104 ++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/data/rc_models/octagon3.xml b/data/rc_models/octagon3.xml index 7813842d86c..7e80c4168d9 100644 --- a/data/rc_models/octagon3.xml +++ b/data/rc_models/octagon3.xml @@ -1,65 +1,65 @@ -