rename option
This commit is contained in:
parent
fe885c3e31
commit
fb9efec927
@ -73,11 +73,11 @@ flushMode=word
|
|||||||
# seconds to flush or
|
# seconds to flush or
|
||||||
# -1 = no automatic flush (manual via shortcut)
|
# -1 = no automatic flush (manual via shortcut)
|
||||||
flushTimeout=3
|
flushTimeout=3
|
||||||
# define the cell on the Braille device where fenrir should scroll
|
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||||
# 0 = first cell on device
|
# 0 = first cell on device
|
||||||
# -1 = last cell on device
|
# -1 = last cell on device
|
||||||
# >0 = fix cell number
|
# >0 = fix cell number
|
||||||
scrollOnCell=-1
|
fixCursorOnCell=-1
|
||||||
|
|
||||||
[screen]
|
[screen]
|
||||||
driver=vcsaDriver
|
driver=vcsaDriver
|
||||||
|
@ -74,11 +74,11 @@ flushMode=word
|
|||||||
# seconds to flush or
|
# seconds to flush or
|
||||||
# -1 = no automatic flush (manual via shortcut)
|
# -1 = no automatic flush (manual via shortcut)
|
||||||
flushTimeout=3
|
flushTimeout=3
|
||||||
# define the cell on the Braille device where fenrir should scroll
|
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||||
# 0 = first cell on device
|
# 0 = first cell on device
|
||||||
# -1 = last cell on device
|
# -1 = last cell on device
|
||||||
# >0 = fix cell number
|
# >0 = fix cell number
|
||||||
scrollOnCell=-1
|
fixCursorOnCell=-1
|
||||||
|
|
||||||
[screen]
|
[screen]
|
||||||
driver=vcsaDriver
|
driver=vcsaDriver
|
||||||
|
@ -73,11 +73,11 @@ flushMode=word
|
|||||||
# seconds to flush or
|
# seconds to flush or
|
||||||
# -1 = no automatic flush (manual via shortcut)
|
# -1 = no automatic flush (manual via shortcut)
|
||||||
flushTimeout=3
|
flushTimeout=3
|
||||||
# define the cell on the Braille device where fenrir should scroll
|
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||||
# 0 = first cell on device
|
# 0 = first cell on device
|
||||||
# -1 = last cell on device
|
# -1 = last cell on device
|
||||||
# >0 = fix cell number
|
# >0 = fix cell number
|
||||||
scrollOnCell=-1
|
fixCursorOnCell=-1
|
||||||
|
|
||||||
[screen]
|
[screen]
|
||||||
driver=vcsaDriver
|
driver=vcsaDriver
|
||||||
|
@ -31,11 +31,11 @@ flushMode=word
|
|||||||
# seconds to flush or
|
# seconds to flush or
|
||||||
# -1 = no automatic flush (manual via shortcut)
|
# -1 = no automatic flush (manual via shortcut)
|
||||||
flushTimeout=3
|
flushTimeout=3
|
||||||
# define the cell on the Braille device where fenrir should scroll
|
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||||
# 0 = first cell on device
|
# 0 = first cell on device
|
||||||
# -1 = last cell on device
|
# -1 = last cell on device
|
||||||
# >0 = fix cell number
|
# >0 = fix cell number
|
||||||
scrollOnCell=-1
|
fixCursorOnCell=-1
|
||||||
|
|
||||||
[screen]
|
[screen]
|
||||||
driver=vcsaDriver
|
driver=vcsaDriver
|
||||||
|
@ -33,7 +33,7 @@ settings = {
|
|||||||
'layout': 'en',
|
'layout': 'en',
|
||||||
'flushMode': 'word',
|
'flushMode': 'word',
|
||||||
'flushTimeout': 3,
|
'flushTimeout': 3,
|
||||||
'scrollOnCell': -1,
|
'fixCursorOnCell': -1,
|
||||||
},
|
},
|
||||||
'screen':{
|
'screen':{
|
||||||
'driver': 'vcsaDriver',
|
'driver': 'vcsaDriver',
|
||||||
|
Loading…
Reference in New Issue
Block a user