add lable
This commit is contained in:
parent
90fc9fd08d
commit
0436dcbd81
@ -172,7 +172,7 @@ commandPath=
|
|||||||
#fenrirBlink = speak the blink attribute
|
#fenrirBlink = speak the blink attribute
|
||||||
#fenrirFont = the font
|
#fenrirFont = the font
|
||||||
#fenrirFontSize = the fontsize
|
#fenrirFontSize = the fontsize
|
||||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize
|
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||||
|
|
||||||
[focus]
|
[focus]
|
||||||
cursor=True
|
cursor=True
|
||||||
|
@ -180,7 +180,7 @@ commandPath=
|
|||||||
#fenrirBlink = speak the blink attribute
|
#fenrirBlink = speak the blink attribute
|
||||||
#fenrirFont = the font
|
#fenrirFont = the font
|
||||||
#fenrirFontSize = the fontsize
|
#fenrirFontSize = the fontsize
|
||||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize
|
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||||
|
|
||||||
[focus]
|
[focus]
|
||||||
#follow the text cursor
|
#follow the text cursor
|
||||||
|
@ -127,7 +127,7 @@ commandPath=
|
|||||||
#fenrirBlink = speak the blink attribute
|
#fenrirBlink = speak the blink attribute
|
||||||
#fenrirFont = the font
|
#fenrirFont = the font
|
||||||
#fenrirFontSize = the fontsize
|
#fenrirFontSize = the fontsize
|
||||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize
|
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||||
|
|
||||||
[focus]
|
[focus]
|
||||||
#follow the text cursor
|
#follow the text cursor
|
||||||
|
@ -69,7 +69,7 @@ settingsData = {
|
|||||||
'spellCheckLanguage': 'en_US',
|
'spellCheckLanguage': 'en_US',
|
||||||
'scriptPath': '/usr/share/fenrir/scripts',
|
'scriptPath': '/usr/share/fenrir/scripts',
|
||||||
'commandPath': '/usr/share/fenrir/commands',
|
'commandPath': '/usr/share/fenrir/commands',
|
||||||
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize'
|
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize'
|
||||||
},
|
},
|
||||||
'focus':{
|
'focus':{
|
||||||
'cursor': True,
|
'cursor': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user