keyboard stuff
This commit is contained in:
parent
a6fc0fbf1b
commit
ea55d47fdc
@ -3,8 +3,18 @@
|
||||
from utils import debug
|
||||
|
||||
settings = {
|
||||
'speechEnabled': True,
|
||||
'speechDriverString':'speechd',
|
||||
'speechRate': 1,
|
||||
'speechPitch': 1,
|
||||
'speechModule': '',
|
||||
'speechVoice': 'de',
|
||||
'screenDriverString': 'linux',
|
||||
'keyboardLayout': "desktop",
|
||||
'brailleEnabled': False,
|
||||
'soundEnabled': False,
|
||||
'soundDriverString': 'sox',
|
||||
'debugLevel': debug.debugLevel.DEACTIVE
|
||||
'soundTheme': 'default',
|
||||
'debugLevel': debug.debugLevel.DEACTIVE,
|
||||
'punctuationLevel': 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user