[BRLTTY] [PATCH 3/6] Alva BC6xx: simplify/clarify bindings for PRINDENT/PRDIFCHAR and friends

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


Those functions are much more efficient and pleasant to use with a quick
reaction from a RoutingKey1 binding.

Furthermore, to more easily remember them, it is best to bind PRINDENT
and NXINDENT to the left and right thumb keys as indentation always
imply some kind of horizontal screen content considerations, while
PRDIFCHAR and NXDIFCHAR are purely about straight vertical scanning
and therefore fit best with the up and down keys.
---
 Tables/brl-al-bc.ktb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Tables/brl-al-bc.ktb b/Tables/brl-al-bc.ktb
index a7d3fb6..6e53872 100644
--- a/Tables/brl-al-bc.ktb
+++ b/Tables/brl-al-bc.ktb
@@ -79,12 +79,12 @@ bind ETouchRightFront+RoutingKey1 COPY_RECT
 bind ETouchRightRear+ETouchRightFront PASTE
 
 bind !RoutingKey2 DESCCHAR
-bind ThumbUp+!RoutingKey2 PRINDENT
-bind ThumbDown+!RoutingKey2 NXINDENT
-bind ThumbLeft+!RoutingKey2 PRDIFCHAR
-bind ThumbRight+!RoutingKey2 NXDIFCHAR
 
-bind ThumbHome+!RoutingKey1 SETLEFT
+bind ThumbLeft+RoutingKey1 PRINDENT
+bind ThumbRight+RoutingKey1 NXINDENT
+bind ThumbUp+RoutingKey1 PRDIFCHAR
+bind ThumbDown+RoutingKey1 NXDIFCHAR
+bind ThumbHome+RoutingKey1 SETLEFT
 
 bind ThumbLeft+ETouchLeftRear CSRVIS
 bind ThumbLeft+ETouchLeftFront ATTRVIS
-- 
1.8.0



More information about the BRLTTY mailing list