fix single key consume
This commit is contained in:
		@@ -78,7 +78,7 @@ class fenrir():
 | 
			
		||||
        shortcut = self.environment['runtime']['inputManager'].getCurrShortcut()        
 | 
			
		||||
        #print(shortcut)
 | 
			
		||||
        command = self.environment['runtime']['inputManager'].getCommandForShortcut(shortcut)        
 | 
			
		||||
        if len(self.environment['input']['prevDeepestInput']) < len(self.environment['input']['currInput']):
 | 
			
		||||
        if len(self.environment['input']['prevDeepestInput']) <= len(self.environment['input']['currInput']):
 | 
			
		||||
            self.wasCommand = command != ''        
 | 
			
		||||
        if command == '':
 | 
			
		||||
            return
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user