fix input handling again

This commit is contained in:
chrys
2016-09-25 19:03:08 +02:00
parent 204e9423ff
commit 433d801284
3 changed files with 14 additions and 9 deletions

View File

@ -68,7 +68,6 @@ class inputManager():
def convertEventName(self, eventName):
if not eventName:
return ''
print(eventName)
if eventName == 'KEY_LEFTCTRL':
eventName = 'KEY_CTRL'