[BRLTTY] [PATCH 2/6] Alva BC6xx: move copy/paste functions away from movement keys

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


The more rugged thumb keys should be reserved for frequent movement
operations.  Therefore the copy/paste functions are moved to
the ETouch keys, freeing the thumb keys for more movement combinations.

Yes, those little clicky keys have this habit of failing more quickly
when heavily used.
---
 Tables/brl-al-bc.ktb | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Tables/brl-al-bc.ktb b/Tables/brl-al-bc.ktb
index 164222e..a7d3fb6 100644
--- a/Tables/brl-al-bc.ktb
+++ b/Tables/brl-al-bc.ktb
@@ -42,6 +42,7 @@ bind ETouchLeftFront+ETouchRightFront PREFMENU
 bind ThumbUp+!ThumbDown CSRTRK+on
 bind ThumbDown+!ThumbUp CSRTRK+off
 bind ThumbHome RETURN
+bind ThumbLeft+ThumbRight CSRJMP_VERT
 
 bind ThumbUp LNUP
 bind ThumbDown LNDN
@@ -69,14 +70,13 @@ bind ETouchLeftFront CHRLT
 bind ETouchRightFront CHRRT
 
 bind RoutingKey1 ROUTE
-bind ETouchRightRear+ETouchRightFront CSRJMP_VERT
 
 bind RoutingKey1+!RoutingKey1 CLIP_COPY
-bind ThumbLeft+!RoutingKey1 CLIP_NEW
-bind ThumbUp+!RoutingKey1 CLIP_ADD
-bind ThumbDown+!RoutingKey1 COPY_RECT
-bind ThumbRight+!RoutingKey1 COPY_LINE
-bind ThumbLeft+ThumbRight PASTE
+bind ETouchLeftRear+RoutingKey1 CLIP_NEW
+bind ETouchLeftFront+RoutingKey1 CLIP_ADD
+bind ETouchRightRear+RoutingKey1 COPY_LINE
+bind ETouchRightFront+RoutingKey1 COPY_RECT
+bind ETouchRightRear+ETouchRightFront PASTE
 
 bind !RoutingKey2 DESCCHAR
 bind ThumbUp+!RoutingKey2 PRINDENT
-- 
1.8.0



More information about the BRLTTY mailing list