X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=kll_lib%2Fhid_dict.py;h=109da26c171be0e6b5e8f79601e32bccfb95c2b8;hb=25043fa0ee1beccc1d17dcabf5e5c88a672688e1;hp=44afe9d2d3a5c9d2582190d85195b1dd9c849d0b;hpb=3e85108acdfd749d3da76ba23d2e0256527972e1;p=kiibohd-kll.git diff --git a/kll_lib/hid_dict.py b/kll_lib/hid_dict.py index 44afe9d..109da26 100644 --- a/kll_lib/hid_dict.py +++ b/kll_lib/hid_dict.py @@ -3,7 +3,7 @@ # # USB Code Lookup Dictionary # -# Copyright (C) 2014 by Jacob Alexander +# Copyright (C) 2014-2015 by Jacob Alexander # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -105,7 +105,7 @@ hid_lookup_dictionary = dict([ ( 0x52, 'KEY_UP' ), ( 0x53, 'KEY_NUM_LOCK' ), ( 0x54, 'KEYPAD_SLASH' ), - ( 0x55, 'KEYPAD_ASTERIX' ), + ( 0x55, 'KEYPAD_ASTERISK' ), ( 0x56, 'KEYPAD_MINUS' ), ( 0x57, 'KEYPAD_PLUS' ), ( 0x58, 'KEYPAD_ENTER' ), @@ -345,7 +345,7 @@ kll_hid_lookup_dictionary = dict([ ( 'UP', 0x52 ), ( 'NUMLOCK', 0x53 ), ( 'P/', 0x54 ), ( 'KEYPAD SLASH', 0x54 ), - ( 'P*', 0x55 ), ( 'KEYPAD ASTERIX', 0x55 ), + ( 'P*', 0x55 ), ( 'KEYPAD ASTERIX', 0x55 ), ( 'KEYPAD ASTERISK', 0x55 ), ( 'P-', 0x56 ), ( 'KEYPAD MINUS', 0x56 ), ( 'P+', 0x57 ), ( 'KEYPAD PLUS', 0x57 ), ( 'PENTER', 0x58 ), ( 'KEYPAD ENTER', 0x58 ),