add unbound flush_braille command
This commit is contained in:
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user