keyboard echo

This commit is contained in:
chrys
2016-07-17 14:25:59 +02:00
parent 659e99d810
commit 0410c33a08
4 changed files with 35 additions and 7 deletions

View File

@@ -29,5 +29,10 @@ settings = {
'keyboardLayout': "desktop",
'debugLevel': debug.debugLevel.DEACTIVE,
'punctuationLevel': 1
},
'keyboard':{
'keyboardLayout': "desktop",
'charEcho':False,
'wordEcho':True,
}
}