[BRLTTY] [PATCH 4/6] Alva BC6xx: move DESCCHAR away from a single routing key binding

Nicolas Pitre nico at fluxnic.net
Wed Jan 23 15:36:33 EST 2013


This is a precious binding type and this is not a function used often enough
to justify such a binding.

Furthermore, the RoutingKey2 bindings, or more exactly the use of a
double routing key emulation where such keys are non existant, is so
obnoxious to use that we're better without them.
---
 Tables/brl-al-bc.ktb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Tables/brl-al-bc.ktb b/Tables/brl-al-bc.ktb
index 6e53872..172a76a 100644
--- a/Tables/brl-al-bc.ktb
+++ b/Tables/brl-al-bc.ktb
@@ -71,6 +71,7 @@ bind ETouchRightFront CHRRT
 
 bind RoutingKey1 ROUTE
 
+bind ETouchLeftRear+ETouchLeftFront+RoutingKey1 DESCCHAR
 bind RoutingKey1+!RoutingKey1 CLIP_COPY
 bind ETouchLeftRear+RoutingKey1 CLIP_NEW
 bind ETouchLeftFront+RoutingKey1 CLIP_ADD
@@ -78,8 +79,6 @@ bind ETouchRightRear+RoutingKey1 COPY_LINE
 bind ETouchRightFront+RoutingKey1 COPY_RECT
 bind ETouchRightRear+ETouchRightFront PASTE
 
-bind !RoutingKey2 DESCCHAR
-
 bind ThumbLeft+RoutingKey1 PRINDENT
 bind ThumbRight+RoutingKey1 NXINDENT
 bind ThumbUp+RoutingKey1 PRDIFCHAR
-- 
1.8.0



More information about the BRLTTY mailing list