43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ###############################################################################
 | |
| # 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 Baum (variokeys=yes)
 | |
| 
 | |
| bind Display2 FWINLT
 | |
| bind Display5 FWINRT
 | |
| 
 | |
| bind Display1 LNUP
 | |
| bind Display3 LNDN
 | |
| 
 | |
| bind Display4 KEY_CURSOR_UP
 | |
| bind Display6 KEY_CURSOR_DOWN
 | |
| 
 | |
| bind Display1+Display3 HOME
 | |
| bind Display2+Display1 TOP_LEFT
 | |
| bind Display2+Display3 BOT_LEFT
 | |
| 
 | |
| bind Display1+Display4 PREFMENU
 | |
| bind Display1+Display2+Display4 FREEZE
 | |
| bind Display1+Display2+Display5 HELP
 | |
| bind Display2+Display4 INFO
 | |
| bind Display2+Display3+Display4+Display5 CSRTRK
 | |
| bind Display1+Display3+Display6 ATTRVIS
 | |
| bind Display1+Display2+Display3+Display6 DISPMD
 | |
| 
 | |
| include routing6.kti
 |