Blame | Last modification | View Log | RSS feed
################################################################################ BRLTTY - A background process providing access to the console screen (when in# text mode) for a blind person using a refreshable braille display.## Copyright (C) 1995-2018 by The BRLTTY Developers.## BRLTTY comes with ABSOLUTELY NO WARRANTY.## This is free software, placed under the terms of the# GNU Lesser General Public License, as published by the Free Software# Foundation; either version 2.1 of the License, or (at your option) any# later version. Please see the file LICENSE-LGPL for details.## Web Page: http://brltty.com/## This software is maintained by Dave Mielke <dave@mielke.cc>.################################################################################ This key subtable is for Papenmeier displays which have an Easy Access Bar.note The long key on the front is the Easy Access Bar.ifVar hasSingleStepBarnote * It can only be moved one step in each direction (left, right, up, down).note * To emulate the second step, also press any of the lower routing keysnote * (those in the row just behind the text cells).elsenote * It can be moved two steps in each direction (left, right, up, down).endIfbind BarUp1 LNUPbind BarDown1 LNDNbind BarLeft1 FWINLTbind BarRight1 FWINRTbind BarUp2 TOPbind BarDown2 BOTbind BarLeft2 LNBEGbind BarRight2 LNENDhide onbind BarUp1+BarUp2 TOPbind BarDown1+BarDown2 BOTbind BarLeft1+BarLeft2 LNBEGbind BarRight1+BarRight2 LNENDhide offinclude routing.ktiifNotVar hasSingleStepBarbind BarUp1+RoutingKey1 PRINDENTbind BarDown1+RoutingKey1 NXINDENTbind BarLeft1+RoutingKey1 CLIP_ADDbind BarRight1+RoutingKey1 COPY_LINEbind BarUp2+RoutingKey1 SETLEFTbind BarDown2+RoutingKey1 DESCCHARbind BarLeft2+RoutingKey1 CLIP_NEWbind BarRight2+RoutingKey1 COPY_RECThide onbind BarUp1+BarUp2+RoutingKey1 SETLEFTbind BarDown1+BarDown2+RoutingKey1 DESCCHARbind BarLeft1+BarLeft2+RoutingKey1 CLIP_NEWbind BarRight1+BarRight2+RoutingKey1 COPY_RECThide offendIfassign toggleOff BarLeft1assign toggleOn BarRight1include status\{statusKeys}.ktiinclude keys.ktiifKey RoutingKey2endIfifKey StatusKey2 bind !StatusKey2 GOTOLINEcontext menubind BarUp1 MENU_PREV_ITEMbind BarDown1 MENU_NEXT_ITEMbind BarUp2 MENU_FIRST_ITEMbind BarDown2 MENU_LAST_ITEMbind BarLeft1 MENU_PREV_SETTINGbind BarRight1 MENU_NEXT_SETTINGbind BarLeft2 PREFLOADbind BarRight2 PREFSAVEhide onbind BarUp1+BarUp2 MENU_FIRST_ITEMbind BarDown1+BarDown2 MENU_LAST_ITEMbind BarLeft1+BarLeft2 PREFLOADbind BarRight1+BarRight2 PREFSAVEhide off