From: Felix Domke Date: Sat, 24 Nov 2007 13:48:36 +0000 (+0000) Subject: add the rest of the number buttons, patch by Tero Manninen X-Git-Tag: 2.6.0~1691 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/dfdeacba4fc9dfb497dbcfd83bf89912012cc958 add the rest of the number buttons, patch by Tero Manninen --- diff --git a/lib/python/Tools/KeyBindings.py b/lib/python/Tools/KeyBindings.py index 6d26b433..46459892 100644 --- a/lib/python/Tools/KeyBindings.py +++ b/lib/python/Tools/KeyBindings.py @@ -33,8 +33,14 @@ keyDescriptions = { KEYIDS["KEY_CHANNELDOWN"]: ("ch_down", 630, 270), KEYIDS["KEY_0"]: ("0", 598, 203), KEYIDS["KEY_1"]: ("1", 559, 134), + KEYIDS["KEY_2"]: ("2", 598, 134), KEYIDS["KEY_3"]: ("3", 635, 134), + KEYIDS["KEY_4"]: ("4", 559, 157), + KEYIDS["KEY_5"]: ("5", 598, 157), + KEYIDS["KEY_6"]: ("6", 635, 157), + KEYIDS["KEY_7"]: ("7", 559, 180), KEYIDS["KEY_8"]: ("8", 598, 180), + KEYIDS["KEY_9"]: ("9", 635, 180), KEYIDS["KEY_EXIT"]: ("exit", 598, 255), KEYIDS["KEY_STOP"]: ("sh_tv", 560, 425), KEYIDS["KEY_RECORD"]: ("sh_radio", 585, 425)