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

@ -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)