[BRLTTY] Problem with Vario Ultra

Dave Mielke dave at mielke.cc
Mon Aug 8 00:28:20 EDT 2016


[quoted lines by MENGUAL Jean-Philippe on 2016/08/07 at 16:50 +0200]

Please pull the latest update, and then apply the attached patch 
(release-all-1.patch).

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: Dave at Mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
-------------- next part --------------
diff --git a/Programs/ktb_translate.c b/Programs/ktb_translate.c
index 6c3e619..6cbade6 100644
--- a/Programs/ktb_translate.c
+++ b/Programs/ktb_translate.c
@@ -563,7 +563,7 @@ processKeyEvent (
     } else {
       resetLongPressData(table);
 
-      if (1 || (table->pressedKeys.count == 0)) {
+      if (0 || (table->pressedKeys.count == 0)) {
         int *cmd = &table->release.command;
 
         if (*cmd != BRL_CMD_NOOP) {


More information about the BRLTTY mailing list