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>.###############################################################################title Braille Memo Pocketnote The six round keys along the top are a braille keyboard.note * From left to right, their names are: Dot3, Dot2, Dot1, Dot4, Dot5, Dot6.note The two keys to the left of Dot3, from top to bottom, are named: Control, Alt.note The two keys to the right of Dot6, from top to bottom, are named: Select, Read.note The three keys below Dot1 and Dot4, from left to right, are named: Dot7, Extension, Dot8.note At the bottom left is a group of four keys arranged in a cross.note * Starting with the leftmost key and moving clockwise, their names are:note * ArrowLeft, ArrowUp, ArrowRight, ArrowDown.note A driver implementation constraint requires that some of the bindingsnote * refer to the ArrowLeft and ArrowRight keys as PanLeft and PanRight.note Some keys are entered by pressing a set of keys simultaneously:note + Return: Dot7note + Space: Dot8note + ArrowUp: Extension + Dot1note + ArrowDown: Extension + Dot4note + ArrowLeft: Extension + Dot2note + ArrowRight: Extension + Dot5note + Insert: Extension + Dot3note + Change: Extension + Dot6note + Backspace: Extension + Dot7note + Delete: Extension + Dot8note + Escape: Extension + ArrowUpnote + Info: Extension + ArrowDownnote + Backward: Extension + ArrowRight + Dot1note + Forward: Extension + ArrowRight + Dot4note + ScrollLeft: Extension + ArrowRight + Dot2note + ScrollRight: Extension + ArrowRight + Dot5note + OK: Extension + ArrowRight + Dot7note + Set: Extension + ArrowRight + Dot8bind ArrowUp+ArrowDown CSRJMP_VERTbind PanLeft+PanRight RETURNinclude common.kticontext defaultbind ArrowUp+ArrowLeft CSRVISbind ArrowUp+ArrowRight ATTRVISbind ArrowDown+ArrowLeft CSRTRKbind ArrowDown+ArrowRight SIXDOTSbind Extension KEY_TABbind Extension+RoutingKey KEY_FUNCTION