keyboard stuff

This commit is contained in:
chrys 2016-07-10 19:06:34 +02:00
parent a6fc0fbf1b
commit ea55d47fdc

View File

@ -3,8 +3,18 @@
from utils import debug from utils import debug
settings = { settings = {
'speechEnabled': True,
'speechDriverString':'speechd', 'speechDriverString':'speechd',
'speechRate': 1,
'speechPitch': 1,
'speechModule': '',
'speechVoice': 'de',
'screenDriverString': 'linux', 'screenDriverString': 'linux',
'keyboardLayout': "desktop",
'brailleEnabled': False,
'soundEnabled': False,
'soundDriverString': 'sox', 'soundDriverString': 'sox',
'debugLevel': debug.debugLevel.DEACTIVE 'soundTheme': 'default',
'debugLevel': debug.debugLevel.DEACTIVE,
'punctuationLevel': 1
} }