add unbound flush_braille command

This commit is contained in:
chrys
2017-01-30 20:30:49 +01:00
parent fb9efec927
commit 6c63317e33
9 changed files with 40 additions and 11 deletions

View File

@ -34,6 +34,7 @@ KEY_FENRIR,KEY_KP2=curr_screen_after_cursor
#=cursor_read_to_end_of_line
#=cursor_column
#=cursor_lineno
#=flush_braille
KEY_FENRIR,KEY_CTRL,KEY_1=clear_bookmark_1
KEY_FENRIR,KEY_SHIFT,KEY_1=set_bookmark_1
KEY_FENRIR,KEY_1=bookmark_1

View File

@ -33,6 +33,7 @@ KEY_FENRIR,KEY_SHIFT,KEY_COMMA=curr_screen_after_cursor
#=cursor_read_to_end_of_line
#=cursor_column
#=cursor_lineno
#=flush_braille
KEY_FENRIR,KEY_CTRL,KEY_1=clear_bookmark_1
KEY_FENRIR,KEY_SHIFT,KEY_1=set_bookmark_1
KEY_FENRIR,KEY_1=bookmark_1

View File

@ -34,6 +34,7 @@ KEY_FENRIR,KEY_KP5=curr_screen
#=cursor_read_to_end_of_line
KEY_FENRIR,KEY_KP2=cursor_column
KEY_FENRIR,KEY_KP8=cursor_lineno
#=flush_braille
KEY_FENRIR,KEY_CTRL,KEY_1=clear_bookmark_1
KEY_FENRIR,KEY_SHIFT,KEY_1=set_bookmark_1
KEY_FENRIR,KEY_1=bookmark_1

View File

@ -67,8 +67,10 @@ enabled=False
driver=brlapiDriver
layout=en
# to what should the flush timeout relate to
# word = flush after seconds * word words
# static = flush after X secods
# word = flush after (number of words to display) * seconds
# char = flush after (number of chars to display) * seconds
# fix = flush after X seconds
# none = no automatic flush (manual via shortcut)
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)

View File

@ -68,8 +68,10 @@ enabled=False
driver=brlapiDriver
layout=en
# to what should the flush timeout relate to
# word = flush after seconds * word words
# static = flush after X secods
# word = flush after (number of words to display) * seconds
# char = flush after (number of chars to display) * seconds
# fix = flush after X seconds
# none = no automatic flush (manual via shortcut)
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)

View File

@ -67,8 +67,10 @@ enabled=False
driver=brlapiDriver
layout=en
# to what should the flush timeout relate to
# word = flush after seconds * word words
# static = flush after X secods
# word = flush after (number of words to display) * seconds
# char = flush after (number of chars to display) * seconds
# fix = flush after X seconds
# none = no automatic flush (manual via shortcut)
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)

View File

@ -25,8 +25,10 @@ enabled=False
driver=brlapiDriver
layout=en
# to what should the flush timeout relate to
# word = flush after seconds * word words
# static = flush after X secods
# word = flush after (number of words to display) * seconds
# char = flush after (number of chars to display) * seconds
# fix = flush after X seconds
# none = no automatic flush (manual via shortcut)
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)