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':{
'debugLevel': debug.debugLevel.DEACTIVE,
'punctuationProfile':'default',
'punctuationLevel': 1,
'punctuationLevel': 'some',
'numberOfClipboards': 10,
'emoticons': True,
'fenrirKeys': ['KEY_KP0'],
'fenrirKeys': ['KEY_KP0','KEY_META'],
'timeFormat': '%I:%M%P',
'dateFormat': '%A, %B %d, %Y',
'autoSpellCheck': False,