first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

View File

@ -0,0 +1,23 @@
###############################################################################
# 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-2015 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 HandyTech Active Braille 40
bind B1+B4+SpaceLeft TOUCH_NAV
include bs.kti

View File

@ -0,0 +1,23 @@
###############################################################################
# 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-2015 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 HandyTech Active Star 40
bind B1+B4+SpaceLeft TOUCH_NAV
include bs.kti

View File

@ -0,0 +1,22 @@
###############################################################################
# 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-2015 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 HandyTech Basic Braille
include ../bm/display6.kti
include ../bm/routing6.kti

View File

@ -0,0 +1,61 @@
###############################################################################
# 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-2015 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 HandyTech Bookworm
####################
# Default Bindings #
####################
bind Backward FWINLT
bind Forward FWINRT
bind Escape CSRTRK
bind Escape+Backward BACK
bind Escape+Forward DISPMD
bind Enter ROUTE
bind Enter+Backward LNUP
bind Enter+Forward LNDN
bind Escape+Enter PREFMENU
bind Escape+Enter+Backward LNBEG
bind Escape+Enter+Forward LNEND
bind Backward+Forward HELP
bind Backward+Forward+Escape CSRSIZE
bind Backward+Forward+Enter FREEZE
#################
# Menu Bindings #
#################
context menu
bind Backward FWINLT
bind Forward FWINRT
bind Escape PREFLOAD
bind Escape+Backward MENU_PREV_SETTING
bind Escape+Forward MENU_NEXT_SETTING
bind Enter PREFMENU
bind Enter+Backward MENU_PREV_ITEM
bind Enter+Forward MENU_NEXT_ITEM
bind Escape+Enter PREFSAVE
bind Escape+Enter+Backward MENU_FIRST_ITEM
bind Escape+Enter+Forward MENU_LAST_ITEM
bind Backward+Forward NOOP
bind Backward+Forward+Escape NOOP
bind Backward+Forward+Enter NOOP

View File

@ -0,0 +1,21 @@
###############################################################################
# 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-2015 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 HandyTech Braillino
include bs.kti

View File

@ -0,0 +1,49 @@
###############################################################################
# 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-2015 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>.
###############################################################################
# Key subtable for HandyTech Braille Star
bind RoutingKey ROUTE
bind RoutingKey+!RoutingKey CLIP_COPY
bind SpaceLeft+RoutingKey PRINDENT
bind SpaceRight+RoutingKey NXINDENT
bind SpaceLeft FWINLT
bind SpaceRight FWINRT
bind SpaceLeft+SpaceRight PASTE
bind B1+SpaceLeft LNBEG
bind B1+SpaceRight LNEND
bind B2+SpaceLeft TOP
bind B2+SpaceRight BOT
bind B3+SpaceLeft HWINLT
bind B3+SpaceRight HWINRT
bind B6+SpaceLeft CHRLT
bind B6+SpaceRight CHRRT
bind B2+B3+SpaceLeft MUTE
bind B2+B3+SpaceRight SAY_LINE
include dots.kti
include rockers.kti
assign brailleOn B1+B8+SpaceRight
assign brailleOff B1+B8+SpaceLeft
assign space SpaceLeft
assign enter SpaceRight
include input.kti

View File

@ -0,0 +1,21 @@
###############################################################################
# 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-2015 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 HandyTech Braille Star 40
include bs.kti

View File

@ -0,0 +1,22 @@
###############################################################################
# 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-2015 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 HandyTech Braille Star 80
include bs.kti
include keypad.kti

View File

@ -0,0 +1,21 @@
###############################################################################
# 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-2015 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 HandyTech Connect Braille 40
include bs.kti

View File

@ -0,0 +1,64 @@
###############################################################################
# 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-2015 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>.
###############################################################################
# Key subtable for HandyTech braille dot keys
bind B1 HOME
bind B2 TOP_LEFT
bind B3 BACK
bind B4 LNUP
bind B5 LNDN
bind B1+B4 PRPGRPH
bind B1+B5 NXPGRPH
bind B2+B4 PRPROMPT
bind B2+B5 NXPROMPT
bind B3+B4 PRSEARCH
bind B3+B5 NXSEARCH
bind B6+B4 ATTRUP
bind B6+B5 ATTRDN
bind B7+B4 WINUP
bind B7+B5 WINDN
bind B8+B4 PRDIFLN
bind B8+B5 NXDIFLN
bind B8 HELP
bind B8+B1 CSRTRK
bind B8+B2 CSRVIS
bind B8+B3 ATTRVIS
bind B8+B6 FREEZE
bind B8+B7 TUNES
bind B7 SIXDOTS
bind B7+B1 PREFMENU
bind B7+B2 PREFLOAD
bind B7+B3 PREFSAVE
bind B7+B6 INFO
bind B6 DISPMD
bind B6+B1 SKPIDLNS
bind B6+B2 SKPBLNKWINS
bind B6+B3 SLIDEWIN
bind B2+B3+B5+B6 TIME
bind B1+RoutingKey SETLEFT
bind B2+RoutingKey DESCCHAR
bind B3+RoutingKey CLIP_ADD
bind B4+RoutingKey CLIP_NEW
bind B5+RoutingKey COPY_RECT
bind B6+RoutingKey COPY_LINE
bind B7+RoutingKey SETMARK
bind B8+RoutingKey GOTOMARK

View File

@ -0,0 +1,43 @@
###############################################################################
# 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-2015 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 HandyTech Easy Braille
bind Left FWINLT
bind Right FWINRT
bind RoutingKey ROUTE
bind RoutingKey+!RoutingKey CLIP_COPY
bind Left+RoutingKey PRINDENT
bind Right+RoutingKey NXINDENT
bind Left+Right PASTE
bind B1+Left LNBEG
bind B1+Right LNEND
bind B2+Left TOP
bind B2+Right BOT
bind B3+Left HWINLT
bind B3+Right HWINRT
bind B6+Left CHRLT
bind B6+Right CHRRT
bind B2+B3+Left MUTE
bind B2+B3+Right SAY_LINE
include dots.kti

View File

@ -0,0 +1,37 @@
###############################################################################
# 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-2015 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>.
###############################################################################
context braille Braille Input Mode
map B4 DOT1
map B3 DOT2
map B2 DOT3
map B5 DOT4
map B6 DOT5
map B7 DOT6
map B1 DOT7
map B8 DOT8
bind \{space} PASSDOTS
bind \{enter} KEY_ENTER
bind \{space}+B1 KEY_BACKSPACE
map \{space} CONTROL
map \{enter} META
bind \{brailleOff} CONTEXT+default
context default
bind \{brailleOn} CONTEXT+braille
bind \{brailleOff} CONTEXT+default

View File

@ -0,0 +1,105 @@
###############################################################################
# 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-2015 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>.
###############################################################################
# Key subtable for HandyTech keypad keys
note The 16-key pad is arranged in four columns and four rows.
note * The keys in the first (top) row are named: B9, One, Two, Three.
note * The keys in the second row are named: B10, Four, Five, Six.
note * The keys in the third row are named: B11, Seven, Eight, Nine.
note * The keys in the fourth (bottom) row are named: B12, B13, Zero, B14.
bind B9 SAY_ABOVE
bind B10 SAY_LINE
bind B11 SAY_BELOW
bind B12 MUTE
bind Zero SPKHOME
bind B13 SWITCHVT_PREV
bind B14 SWITCHVT_NEXT
bind Seven LEARN
bind Eight MENU_PREV_ITEM
bind Nine MENU_FIRST_ITEM
bind Four MENU_PREV_SETTING
bind Five PREFSAVE
bind Six MENU_NEXT_SETTING
bind One PREFMENU
bind Two MENU_NEXT_ITEM
bind Three MENU_LAST_ITEM
bind Zero+Seven KEY_HOME
bind Zero+Eight KEY_CURSOR_UP
bind Zero+Nine KEY_PAGE_UP
bind Zero+Four KEY_CURSOR_LEFT
bind Zero+Six KEY_CURSOR_RIGHT
bind Zero+One KEY_END
bind Zero+Two KEY_CURSOR_DOWN
bind Zero+Three KEY_PAGE_DOWN
bind Zero+B13 KEY_INSERT
bind Zero+B14 KEY_DELETE
bind B9+One SETMARK+0
bind B9+Two SETMARK+1
bind B9+Three SETMARK+2
bind B9+Four SETMARK+3
bind B9+Five SETMARK+4
bind B9+Six SETMARK+5
bind B9+Seven SETMARK+6
bind B9+Eight SETMARK+7
bind B9+Nine SETMARK+8
bind B9+Zero SETMARK+9
bind B9+B13 SETMARK+10
bind B9+B14 SETMARK+11
bind B10+One GOTOMARK+0
bind B10+Two GOTOMARK+1
bind B10+Three GOTOMARK+2
bind B10+Four GOTOMARK+3
bind B10+Five GOTOMARK+4
bind B10+Six GOTOMARK+5
bind B10+Seven GOTOMARK+6
bind B10+Eight GOTOMARK+7
bind B10+Nine GOTOMARK+8
bind B10+Zero GOTOMARK+9
bind B10+B13 GOTOMARK+10
bind B10+B14 GOTOMARK+11
bind B11+One SWITCHVT+0
bind B11+Two SWITCHVT+1
bind B11+Three SWITCHVT+2
bind B11+Four SWITCHVT+3
bind B11+Five SWITCHVT+4
bind B11+Six SWITCHVT+5
bind B11+Seven SWITCHVT+6
bind B11+Eight SWITCHVT+7
bind B11+Nine SWITCHVT+8
bind B11+Zero SWITCHVT+9
bind B11+B13 SWITCHVT+10
bind B11+B14 SWITCHVT+11
bind B12+One KEY_FUNCTION+0
bind B12+Two KEY_FUNCTION+1
bind B12+Three KEY_FUNCTION+2
bind B12+Four KEY_FUNCTION+3
bind B12+Five KEY_FUNCTION+4
bind B12+Six KEY_FUNCTION+5
bind B12+Seven KEY_FUNCTION+6
bind B12+Eight KEY_FUNCTION+7
bind B12+Nine KEY_FUNCTION+8
bind B12+Zero KEY_FUNCTION+9
bind B12+B13 KEY_FUNCTION+10
bind B12+B14 KEY_FUNCTION+11

View File

@ -0,0 +1,22 @@
###############################################################################
# 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-2015 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 HandyTech Modular Connect 88
include me.kti
include keypad.kti

View File

@ -0,0 +1,48 @@
###############################################################################
# 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-2015 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 HandyTech Modular
bind RoutingKey ROUTE
bind RoutingKey+!RoutingKey CLIP_COPY
bind Left+RoutingKey PRINDENT
bind Right+RoutingKey NXINDENT
bind Left FWINLT
bind Right FWINRT
bind Left+Right PASTE
bind B1+Left LNBEG
bind B1+Right LNEND
bind B2+Left TOP
bind B2+Right BOT
bind B3+Left HWINLT
bind B3+Right HWINRT
bind B6+Left CHRLT
bind B6+Right CHRRT
bind B2+B3+Left MUTE
bind B2+B3+Right SAY_LINE
bind Status1 HELP
bind Status2 PREFMENU
bind Status3 INFO
bind Status4 FREEZE
include dots.kti
include keypad.kti

View File

@ -0,0 +1,46 @@
###############################################################################
# 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-2015 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>.
###############################################################################
# Key subtable for HandyTech Modular Evolution
bind Left FWINLT
bind Right FWINRT
include rockers.kti
bind RoutingKey ROUTE
bind RoutingKey+!RoutingKey CLIP_COPY
bind Left+RoutingKey PRINDENT
bind Right+RoutingKey NXINDENT
bind Left+Right PASTE
bind B1+Left LNBEG
bind B1+Right LNEND
bind B2+Left TOP
bind B2+Right BOT
bind B3+Left HWINLT
bind B3+Right HWINRT
bind B6+Left CHRLT
bind B6+Right CHRRT
bind B2+B3+Left MUTE
bind B2+B3+Right SAY_LINE
bind B1+B4+Left TOUCH_NAV
include dots.kti

View File

@ -0,0 +1,21 @@
###############################################################################
# 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-2015 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 HandyTech Modular Evolution 64
include me.kti

View File

@ -0,0 +1,22 @@
###############################################################################
# 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-2015 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 HandyTech Modular Evolution 88
include me.kti
include keypad.kti

View File

@ -0,0 +1,60 @@
###############################################################################
# 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-2015 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>.
###############################################################################
# Key subtable for HandyTech rocker keys
bind LeftRockerTop KEY_CURSOR_UP
bind LeftRockerBottom KEY_CURSOR_DOWN
bind RightRockerTop LNUP
bind RightRockerBottom LNDN
bind LeftRockerTop+LeftRockerBottom FWINLT
bind RightRockerTop+RightRockerBottom FWINRT
bind LeftRockerTop+LeftRockerBottom+RightRockerTop+RightRockerBottom HOME
bind LeftRockerTop+LeftRockerBottom+B3 HOME
bind RightRockerTop+RightRockerBottom+B6 HOME
bind RightRockerTop+RightRockerBottom+LeftRockerTop TOP_LEFT
bind RightRockerTop+RightRockerBottom+B5 TOP_LEFT
bind LeftRockerTop+B3 TOP_LEFT
bind RightRockerTop+RightRockerBottom+LeftRockerBottom BOT_LEFT
bind RightRockerTop+RightRockerBottom+B7 BOT_LEFT
bind LeftRockerBottom+B3 BOT_LEFT
bind LeftRockerTop+LeftRockerBottom+RightRockerTop TOP
bind LeftRockerTop+LeftRockerBottom+B4 TOP
bind RightRockerTop+B6 TOP
bind LeftRockerTop+LeftRockerBottom+RightRockerBottom BOT
bind LeftRockerTop+LeftRockerBottom+B2 BOT
bind RightRockerBottom+B6 BOT
bind LeftRockerTop+RightRockerTop PRDIFLN
bind LeftRockerTop+B4 PRDIFLN
bind RightRockerTop+B5 PRDIFLN
bind LeftRockerTop+RightRockerBottom NXDIFLN
bind LeftRockerTop+B2 NXDIFLN
bind RightRockerBottom+B5 NXDIFLN
bind LeftRockerBottom+RightRockerTop ATTRUP
bind LeftRockerBottom+B4 ATTRUP
bind RightRockerTop+B7 ATTRUP
bind LeftRockerBottom+RightRockerBottom ATTRDN
bind LeftRockerBottom+B2 ATTRDN
bind RightRockerBottom+B7 ATTRDN
bind LeftRockerTop+RoutingKey CLIP_NEW
bind LeftRockerTop+LeftRockerBottom+RoutingKey KEY_FUNCTION
bind LeftRockerBottom+RoutingKey CLIP_ADD
bind RightRockerTop+RoutingKey COPY_LINE
bind RightRockerTop+RightRockerBottom+RoutingKey SWITCHVT
bind RightRockerBottom+RoutingKey COPY_RECT

View File

@ -0,0 +1,41 @@
###############################################################################
# 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-2015 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 HandyTech Braille Wave
bind Left FWINLT
bind Right FWINRT
bind RoutingKey ROUTE
bind RoutingKey+!RoutingKey CLIP_COPY
bind Left+RoutingKey PRINDENT
bind Right+RoutingKey NXINDENT
bind Left+Right PASTE
include dots.kti
bind Escape+Space+Return INFO
assign brailleOn B1+B8+Right
assign brailleOff B1+B8+Left
assign space Space
assign enter Return
include input.kti