rename option

This commit is contained in:
chrys 2017-01-30 19:58:40 +01:00
parent fe885c3e31
commit fb9efec927
5 changed files with 9 additions and 9 deletions

View File

@ -73,11 +73,11 @@ flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
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
# -1 = last cell on device
# >0 = fix cell number
scrollOnCell=-1
fixCursorOnCell=-1
[screen]
driver=vcsaDriver

View File

@ -74,11 +74,11 @@ flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
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
# -1 = last cell on device
# >0 = fix cell number
scrollOnCell=-1
fixCursorOnCell=-1
[screen]
driver=vcsaDriver

View File

@ -73,11 +73,11 @@ flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
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
# -1 = last cell on device
# >0 = fix cell number
scrollOnCell=-1
fixCursorOnCell=-1
[screen]
driver=vcsaDriver

View File

@ -31,11 +31,11 @@ flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
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
# -1 = last cell on device
# >0 = fix cell number
scrollOnCell=-1
fixCursorOnCell=-1
[screen]
driver=vcsaDriver

View File

@ -33,7 +33,7 @@ settings = {
'layout': 'en',
'flushMode': 'word',
'flushTimeout': 3,
'scrollOnCell': -1,
'fixCursorOnCell': -1,
},
'screen':{
'driver': 'vcsaDriver',