add offset

This commit is contained in:
chrys
2017-02-02 19:06:53 +01:00
parent a35e33d423
commit 87a9672c03
7 changed files with 64 additions and 43 deletions

View File

@ -80,6 +80,14 @@ flushTimeout=3
# -1 = last cell on device
# >0 = fix cell number
fixCursorOnCell=-1
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
cursorFollowMode=review
# number of cells in panning
# 0 = display size, >0 number of cells
panSize=0
[screen]
driver=vcsaDriver
@ -130,12 +138,6 @@ scriptPath=/usr/share/fenrir/scripts
[focus]
cursor=True
highlight=False
# How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
# text = jumps to textcursor when typing, needs command to be back to review
brailleFocusMode=review
[review]
lineBreak=True

View File

@ -81,6 +81,14 @@ flushTimeout=3
# -1 = last cell on device
# >0 = fix cell number
fixCursorOnCell=-1
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
cursorFollowMode=review
# number of cells in panning
# 0 = display size, >0 number of cells
panSize=0
[screen]
driver=vcsaDriver
@ -133,13 +141,7 @@ scriptPath=/usr/share/fenrir/scripts
cursor=True
#follow highlighted text changes
highlight=False
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
# text = jumps to textcursor when typing, needs command to be back to review
brailleFocusMode=review
[review]
lineBreak=True
endOfScreen=True

View File

@ -80,6 +80,14 @@ flushTimeout=3
# -1 = last cell on device
# >0 = fix cell number
fixCursorOnCell=-1
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
cursorFollowMode=review
# number of cells in panning
# 0 = display size, >0 number of cells
panSize=0
[screen]
driver=vcsaDriver
@ -132,12 +140,6 @@ scriptPath=/usr/share/fenrir/scripts
cursor=True
#follow highlighted text changes
highlight=False
# How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
# text = jumps to textcursor when typing, needs command to be back to review
brailleFocusMode=review
[review]
lineBreak=True

View File

@ -38,6 +38,14 @@ flushTimeout=3
# -1 = last cell on device
# >0 = fix cell number
fixCursorOnCell=-1
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
cursorFollowMode=review
# number of cells in panning
# 0 = display size, >0 number of cells
panSize=0
[screen]
driver=vcsaDriver
@ -83,12 +91,6 @@ scriptPath=/usr/share/fenrir/scripts
cursor=True
#follow highlighted text changes
highlight=False
# How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
# text = jumps to textcursor when typing, needs command to be back to review
brailleFocusMode=review
[review]
lineBreak=True