add new review options

This commit is contained in:
chrys 2016-12-07 23:54:30 +01:00
parent c39396b181
commit e4b0327aca
5 changed files with 39 additions and 19 deletions

View File

@ -116,6 +116,10 @@ scriptPath=/usr/share/fenrir/scripts
cursor=True cursor=True
highlight=False highlight=False
[review]
newLine=True
endOfScreen=True
[promote] [promote]
enabled=True enabled=True
inactiveTimeoutSec=120 inactiveTimeoutSec=120

View File

@ -118,6 +118,10 @@ cursor=True
#follow highlighted text changes #follow highlighted text changes
highlight=False highlight=False
[review]
newLine=True
endOfScreen=True
[promote] [promote]
enabled=True enabled=True
inactiveTimeoutSec=120 inactiveTimeoutSec=120

View File

@ -118,6 +118,10 @@ cursor=True
#follow highlighted text changes #follow highlighted text changes
highlight=False highlight=False
[review]
newLine=True
endOfScreen=True
[promote] [promote]
enabled=True enabled=True
inactiveTimeoutSec=120 inactiveTimeoutSec=120

View File

@ -68,6 +68,10 @@ cursor=True
#follow highlighted text changes #follow highlighted text changes
highlight=False highlight=False
[review]
newLine=True
endOfScreen=True
[promote] [promote]
enabled=True enabled=True
inactiveTimeoutSec=120 inactiveTimeoutSec=120

View File

@ -59,6 +59,10 @@ settings = {
'cursor': True, 'cursor': True,
'highlight': False, 'highlight': False,
}, },
'review':{
'newLine': True,
'endOfScreen': True,
},
'promote':{ 'promote':{
'enabled': True, 'enabled': True,
'inactiveTimeoutSec': 120, 'inactiveTimeoutSec': 120,