add command for temp disable speech

This commit is contained in:
chrys
2016-12-18 23:23:04 +01:00
parent 735167b057
commit 4737b828cd
6 changed files with 62 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ import time
# used as shared memory between commands
# use this in your own commands
commandBuffer = {
'enableSpeechOnKeypress': False,
'genericList':[],
'genericListSource':'',
'genericListSelection': 0,