make byte shortcuts load from file

This commit is contained in:
chrys 2018-03-26 00:33:25 +02:00
parent ed2bb0f223
commit b8e47f6ca0

View File

@ -206,7 +206,6 @@ class fenrirManager():
} }
''' '''
command = self.environment['runtime']['inputManager'].getCommandForShortcut(convertedEscapeSequence) command = self.environment['runtime']['inputManager'].getCommandForShortcut(convertedEscapeSequence)
print(convertedEscapeSequence,command)
self.environment['runtime']['eventManager'].putToEventQueue(fenrirEventType.ExecuteCommand, command) self.environment['runtime']['eventManager'].putToEventQueue(fenrirEventType.ExecuteCommand, command)
except: except:
pass pass