fix some fallback settings

This commit is contained in:
chrys 2016-10-16 23:03:50 +02:00
parent d450b1f53d
commit ccc4a2776a

View File

@ -42,10 +42,10 @@ settings = {
'general':{ 'general':{
'debugLevel': debug.debugLevel.DEACTIVE, 'debugLevel': debug.debugLevel.DEACTIVE,
'punctuationProfile':'default', 'punctuationProfile':'default',
'punctuationLevel': 1, 'punctuationLevel': 'some',
'numberOfClipboards': 10, 'numberOfClipboards': 10,
'emoticons': True, 'emoticons': True,
'fenrirKeys': ['KEY_KP0'], 'fenrirKeys': ['KEY_KP0','KEY_META'],
'timeFormat': '%I:%M%P', 'timeFormat': '%I:%M%P',
'dateFormat': '%A, %B %d, %Y', 'dateFormat': '%A, %B %d, %Y',
'autoSpellCheck': False, 'autoSpellCheck': False,