]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - kll.py
Adding KEYPAD_ASTERISK (also internally renaming ASTERIX to ASTERISK)
[kiibohd-kll.git] / kll.py
diff --git a/kll.py b/kll.py
index 37cfd5fc285c8d354491726e983c6b96d2f27cac..cc33b578a872cbf1dc92ff36a2ecb46015dc40bf 100755 (executable)
--- a/kll.py
+++ b/kll.py
@@ -401,7 +401,7 @@ def usbCodeToCapability( items ):
                                # Only convert if an integer, otherwise USB Code doesn't need converting
                                if isinstance( items[ variant ][ sequence ][ combo ], int ):
                                        # Use backend capability name and a single argument
-                                       items[ variant ][ sequence ][ combo ] = tuple( [ backend.usbCodeCapability(), tuple( [ items[ variant ][ sequence ][ combo ] ] ) ] )
+                                       items[ variant ][ sequence ][ combo ] = tuple( [ backend.usbCodeCapability(), tuple( [ hid_lookup_dictionary[ items[ variant ][ sequence ][ combo ] ] ] ) ] )
 
        return items