some more tweaks
This commit is contained in:
		@@ -90,7 +90,7 @@ charEcho=False
 | 
			
		||||
# echo deleted chars
 | 
			
		||||
charDeleteEcho=True
 | 
			
		||||
# echo word after pressing space
 | 
			
		||||
wordEcho=True
 | 
			
		||||
wordEcho=False
 | 
			
		||||
# interrupt speech on any keypress
 | 
			
		||||
interruptOnKeyPress=False
 | 
			
		||||
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,7 @@ class command():
 | 
			
		||||
        newContent = self.env['screenData']['newContentText'].split('\n')[self.env['screenData']['newCursor']['y']]
 | 
			
		||||
        x, y, currWord, endOfScreen, lineBreak = word_utils.getCurrentWord(self.env['screenData']['newCursor']['x'], 0, newContent)                  
 | 
			
		||||
        # was this a typed word?
 | 
			
		||||
        if self.env['screenData']['newDelta'] != '':
 | 
			
		||||
        if self.env['runtime']['screenManager'].isDelta():
 | 
			
		||||
            if not(newContent[self.env['screenData']['oldCursor']['x']] in string.whitespace + '!"#$%&()*+,-./:;<=>?@[\\]^_{|}~' and x != self.env['screenData']['oldCursor']['x']):
 | 
			
		||||
                return
 | 
			
		||||
            else:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user