diff options
author | skyblaster <jbeezo@gmail.com> | 2013-01-08 20:04:57 -0800 |
---|---|---|
committer | skyblaster <jbeezo@gmail.com> | 2013-01-08 20:04:57 -0800 |
commit | dd4f2ea02a639fb75f582108452664dfd064c66a (patch) | |
tree | a20fde9739d67b915dba802ed496d4dc32b3b065 /tools/EventClients | |
parent | 809c430e627022f17cd40ce9cc2ad85c53ba4760 (diff) |
Add subtitle control to PS3 BD Remote keymap
Diffstat (limited to 'tools/EventClients')
-rw-r--r-- | tools/EventClients/lib/python/ps3/keymaps.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/EventClients/lib/python/ps3/keymaps.py b/tools/EventClients/lib/python/ps3/keymaps.py index de7ee121c0..5cc03de609 100644 --- a/tools/EventClients/lib/python/ps3/keymaps.py +++ b/tools/EventClients/lib/python/ps3/keymaps.py @@ -18,12 +18,12 @@ # PS3 Remote and Controller Keymaps keymap_remote = { - "16": 'power' ,#EJECT - "64": None ,#AUDIO - "65": None ,#ANGLE - "63": None ,#SUBTITLE - "0f": None ,#CLEAR - "28": None ,#TIME + "16": 'power' ,#EJECT + "64": None ,#AUDIO + "65": None ,#ANGLE + "63": 'subtitle' ,#SUBTITLE + "0f": None ,#CLEAR + "28": None ,#TIME "00": 'one' ,#1 "01": 'two' ,#2 |