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 _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
