[BRLTTY] ht alternative keybindings for top/bottom

Mario Lang mlang at delysid.org
Fri Mar 3 05:12:19 EST 2006


Hi.

I'd like to suggest the following addition to the keybinding mappings
in the HandyTech driver for Braille Star displays.  Rationale behind
this is that I realized I'd like to be able to invoke these commands
with just one hand.

Index: BrailleDrivers/HandyTech/braille.c
===================================================================
--- BrailleDrivers/HandyTech/braille.c	(revision 2137)
+++ BrailleDrivers/HandyTech/braille.c	(working copy)
@@ -1139,9 +1139,11 @@
         *command = BRL_CMD_HOME;
         return 1;
       case (ROCKER_RIGHT_MIDDLE | ROCKER_LEFT_TOP):
+      case (KEY_B4 | ROCKER_LEFT_TOP):
         *command = BRL_CMD_TOP_LEFT;
         return 1;
       case (ROCKER_RIGHT_MIDDLE | ROCKER_LEFT_BOTTOM):
+      case (KEY_B4 | ROCKER_LEFT_BOTTOM):
         *command = BRL_CMD_BOT_LEFT;
         return 1;
       case (ROCKER_LEFT_MIDDLE | ROCKER_RIGHT_TOP):

-- 
CYa,
  Mario


More information about the BRLTTY mailing list