make byte shortcuts load from file
This commit is contained in:
parent
ed2bb0f223
commit
b8e47f6ca0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user