[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: d...@mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
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) {
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to