From f40c189980fc427db60e3dcca3bfacc7cae9f6ae Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Thu, 14 May 2015 21:06:44 -0700 Subject: [PATCH] Fixing naming issues with some of the symbolic names. --- kll_lib/hid_dict.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kll_lib/hid_dict.py b/kll_lib/hid_dict.py index e339570..f244509 100644 --- a/kll_lib/hid_dict.py +++ b/kll_lib/hid_dict.py @@ -1172,11 +1172,11 @@ kll_hid_lookup_dictionary['ConsCode'] = dict([ ( 'MEDIATELEPHONE', ('CONS', 0x08C) ), ( 'MEDIAPROGRAM_GUIDE', ('CONS', 0x08D) ), ( 'MEDIAVIDEO_PHONE', ('CONS', 0x08E) ), - ( 'MEDIASELECT_GAMES', ('CONS', 0x08F) ), - ( 'MEDIASELECT_MESSAGES', ('CONS', 0x090) ), - ( 'MEDIASELECT_CD', ('CONS', 0x091) ), - ( 'MEDIASELECT_VCR', ('CONS', 0x092) ), - ( 'MEDIASELECT_TUNER', ('CONS', 0x093) ), + ( 'MEDIASELECTGAMES', ('CONS', 0x08F) ), + ( 'MEDIASELECTMESSAGES', ('CONS', 0x090) ), + ( 'MEDIASELECTCD', ('CONS', 0x091) ), + ( 'MEDIASELECTVCR', ('CONS', 0x092) ), + ( 'MEDIASELECTTUNER', ('CONS', 0x093) ), ( 'QUIT', ('CONS', 0x094) ), ( 'HELP', ('CONS', 0x095) ), ( 'MEDIASELECT_TAPE', ('CONS', 0x096) ), @@ -1200,8 +1200,8 @@ kll_hid_lookup_dictionary['ConsCode'] = dict([ ( 'RECORD', ('CONS', 0x0B2) ), ( 'FASTFORWARD', ('CONS', 0x0B3) ), ( 'REWIND', ('CONS', 0x0B4) ), - ( 'SCANNEXT_TRACK', ('CONS', 0x0B5) ), - ( 'SCANPREVIOUS_TRACK', ('CONS', 0x0B6) ), + ( 'SCANNEXTTRACK', ('CONS', 0x0B5) ), + ( 'SCANPREVIOUSTRACK', ('CONS', 0x0B6) ), ( 'STOP', ('CONS', 0x0B7) ), ( 'EJECT', ('CONS', 0x0B8) ), ( 'RANDOMPLAY', ('CONS', 0x0B9) ), @@ -1362,7 +1362,7 @@ kll_hid_lookup_dictionary['ConsCode'] = dict([ ( 'PASTE', ('CONS', 0x21D) ), ( 'SELECTALL', ('CONS', 0x21E) ), ( 'FIND', ('CONS', 0x21F) ), - ( 'FINDAND_REPLACE', ('CONS', 0x220) ), + ( 'FINDANDREPLACE', ('CONS', 0x220) ), ( 'SEARCH', ('CONS', 0x221) ), ( 'GOTO', ('CONS', 0x222) ), ( 'HOME', ('CONS', 0x223) ), @@ -1481,7 +1481,7 @@ kll_hid_lookup_dictionary['ConsCode'] = dict([ ( 'INSERTPICTURE', ('CONS', 0x294) ), ( 'INSERTOBJECT', ('CONS', 0x295) ), ( 'INSERTSYMBOL', ('CONS', 0x296) ), - ( 'SAVEAND_CLOSE', ('CONS', 0x297) ), + ( 'SAVEANDCLOSE', ('CONS', 0x297) ), ( 'RENAME', ('CONS', 0x298) ), ( 'MERGE', ('CONS', 0x299) ), ( 'SPLIT', ('CONS', 0x29A) ), -- 2.39.2