Update commandManager.py
This commit is contained in:
@@ -255,7 +255,7 @@ class commandManager():
|
||||
formattedKey = k
|
||||
if formatKeys:
|
||||
formattedKey = formattedKey.lower()
|
||||
formattedKey = formattedKey.replace('key_kp', 'kp ')
|
||||
formattedKey = formattedKey.replace('key_kp', ' keypad ')
|
||||
formattedKey = formattedKey.replace('key_', ' ')
|
||||
shortcut.append(formattedKey)
|
||||
rawShortcut.remove(k)
|
||||
|
Reference in New Issue
Block a user