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>.###############################################################################include fnkey.ktihide onbind Dot7 KEY_BACKSPACEbind Dot8 KEY_ENTERbind Space+Dot1+Dot3+Dot6 UPPERbind Space+Dot1+Dot3+Dot4 METAbind Space+Dot1+Dot5 KEY_ESCAPEbind Space+Dot2+Dot4 KEY_INSERTbind Space+Dot1+Dot4+Dot5 KEY_DELETEbind F2+Dot1+Dot2+Dot3+Dot4+Dot8 KEY_INSERT+controlbind F1+Dot1+Dot2+Dot3+Dot4+Dot8 KEY_INSERT+shift+controlbind Space+Dot4+Dot5 KEY_TABbind Space+Dot1+Dot2 KEY_TAB+shiftbind Space+Dot1+Dot2+Dot8 KEY_TAB+controlbind F2+F3 KEY_TAB+metabind F1+F2+F3 KEY_TAB+shift+metabind Space+Dot1+Dot3 KEY_HOMEbind Space+Dot4+Dot6 KEY_ENDbind Space+Dot1+Dot2+Dot3 KEY_HOME+controlbind Space+Dot4+Dot5+Dot6 KEY_END+controlbind Space+Dot1+Dot2+Dot6 KEY_PAGE_UPbind Space+Dot3+Dot4+Dot5 KEY_PAGE_DOWNbind Space+Dot1+Dot2+Dot6+Dot8 KEY_PAGE_UP+controlbind Space+Dot3+Dot4+Dot5+Dot8 KEY_PAGE_DOWN+controlbind Space+Dot1 KEY_CURSOR_UPbind Space+Dot4 KEY_CURSOR_DOWNbind Space+RightScrollUp KEY_CURSOR_UP+shiftbind Space+RightScrollDown KEY_CURSOR_DOWN+shiftbind Space+Dot2+Dot3 KEY_CURSOR_UP+controlbind Space+Dot5+Dot6 KEY_CURSOR_DOWN+controlbind F1+Space+Dot2+Dot3+Dot8 KEY_CURSOR_UP+shift+controlbind F1+Space+Dot5+Dot6+Dot8 KEY_CURSOR_DOWN+shift+controlbind Dot2+Dot3+Dot7 KEY_CURSOR_UP+metabind Dot5+Dot6+Dot7 KEY_CURSOR_DOWN+metabind F1+Dot2+Dot3+Dot7 KEY_CURSOR_UP+shift+metabind F1+Dot5+Dot6+Dot7 KEY_CURSOR_DOWN+shift+metabind Space+Dot3 KEY_CURSOR_LEFTbind Space+Dot6 KEY_CURSOR_RIGHTbind Space+Dot2 KEY_CURSOR_LEFT+controlbind Space+Dot5 KEY_CURSOR_RIGHT+controlbind F1+Space+Dot2+Dot8 KEY_CURSOR_LEFT+shift+controlbind F1+Space+Dot5+Dot8 KEY_CURSOR_RIGHT+shift+controlbind Dot2+Dot7 KEY_CURSOR_LEFT+metabind Dot5+Dot7 KEY_CURSOR_RIGHT+metabind F1+Dot2+Dot7 KEY_CURSOR_LEFT+shift+metabind F1+Dot5+Dot7 KEY_CURSOR_RIGHT+shift+metabind Space+Dot1+Dot2+Dot5 KEY_FUNCTION+0bind F4+Space+Dot1+Dot2 KEY_FUNCTION+1bind F4+Dot1+Dot2+Dot4+Dot8 KEY_FUNCTION+2bind F3+Dot7 KEY_FUNCTION+3bind F2+Dot7 KEY_FUNCTION+4bind F4+Dot7 KEY_FUNCTION+5bind F4+Space KEY_FUNCTION+6bind F4+Dot8 KEY_FUNCTION+7bind Dot3+Dot4+Dot5+Dot6+Dot7 KEY_FUNCTION+8bind Space+Dot1+Dot3+Dot5 KEY_FUNCTION+9bind Dot1+Dot4+Dot5+Dot6+Dot7 KEY_FUNCTION+10bind F4+Dot1+Dot2+Dot4+Dot5+Dot8 KEY_FUNCTION+11bind F1+Dot7 KEY_FUNCTION+5+shiftbind F1+Space KEY_FUNCTION+6+shiftbind F1+Dot8 KEY_FUNCTION+7+shiftbind F1+F4 KEY_FUNCTION+9+metamap Space SPACEmap Dot1 dot1map Dot2 dot2map Dot3 dot3map Dot4 dot4map Dot5 dot5map Dot6 dot6bind Space+Dot7+Dot4 PASSDOTS+dot4bind Space+Dot7+Dot2+Dot4+Dot6 PASSDOTS+dot2+dot4+dot6bind Space+Dot7+Dot1+Dot2+Dot5+Dot6 PASSDOTS+dot1+dot2+dot5+dot6bind Space+Dot7+Dot2+Dot3+Dot4+Dot5+Dot6 PASSDOTS+dot2+dot3+dot4+dot5+dot6bind Space+Dot7+Dot4+Dot5 PASSDOTS+dot4+dot5beginVariablesassign keysassign flagsinclude letters.ktiendVariablesbeginVariablesassign keys Space+Dot7+assign flags +shiftinclude letters.ktiendVariablesbeginVariablesassign keys F1+Dot7+assign flags +shift+metainclude letters.ktiendVariablesbeginVariablesassign keys Dot7+assign flags +metainclude letters.ktiendVariablesbeginVariablesassign keys Dot8+assign flags +controlinclude letters.ktiendVariablesbeginVariablesassign keys F1+assign flags +guiinclude letters.ktiendVariableshide off