fix some fallback settings
This commit is contained in:
parent
d450b1f53d
commit
ccc4a2776a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user