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