Skip to content

Commit

Permalink
Merge pull request #4159 from ims21/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesat authored Jan 4, 2025
2 parents 833c01d + bc6fd7c commit 6bf1eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/rc_models/multibox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<button name="BOUQUET+" pos="100,192"/>
<button name="BOUQUET-" pos="100,222"/>

<button name="BACK" pos="22,260"/>
<button name="RECALL" pos="22,260"/>
<button name="UP" pos="60,260"/>
<button name="INFO" pos="98,258"/>
<button name="LEFT" pos="22,295"/>
Expand Down
3 changes: 2 additions & 1 deletion lib/python/Tools/KeyBindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
KEYIDS["KEY_SUSPEND"]: ("SUSPEND",),
KEYIDS["KEY_WAKEUP"]: ("WAKEUP",),
KEYIDS["KEY_MP3"]: ("MP3",),
KEYIDS["KEY_VOD"]: ("VOD",)
KEYIDS["KEY_VOD"]: ("VOD",),
KEYIDS["KEY_TOUCHPAD_TOGGLE"]: ("TOUCHPAD_TOGGLE",)
}, { # id=3 - XP1000.
# The xp1000/rcpositions file defines PLAY and PAUSE
# at the same location where it should just define
Expand Down

0 comments on commit 6bf1eee

Please sign in to comment.