org.a11y.BrlAPI
Interface Constants

All Known Implementing Classes:
Brlapi

public interface Constants


Field Summary
static int CURSOR_LEAVE
           
static int CURSOR_OFF
           
static int DISPLAY_DEFAULT
           
static byte DOT1
          upper-left dot of standard braille cell
static byte DOT2
          middle-left dot of standard braille cell
static byte DOT3
          lower-left dot of standard braille cell
static byte DOT4
          upper-right dot of standard braille cell
static byte DOT5
          middle-right dot of standard braille cell
static byte DOT6
          lower-right dot of standard braille cell
static byte DOT7
          lower-left dot of computer braille cell
static byte DOT8
          lower-right dot of computer braille cell
static byte DOTC
          space key pressed
static int ERROR_AUTHENTICATION
           
static int ERROR_CONNREFUSED
           
static int ERROR_DEVICEBUSY
           
static int ERROR_DRIVERERROR
           
static int ERROR_EMPTYKEY
           
static int ERROR_EOF
           
static int ERROR_GAIERR
           
static int ERROR_ILLEGAL_INSTRUCTION
           
static int ERROR_INVALID_PACKET
           
static int ERROR_INVALID_PARAMETER
           
static int ERROR_LIBCERR
           
static int ERROR_NOMEM
           
static int ERROR_OPNOTSUPP
           
static int ERROR_PROTOCOL_VERSION
           
static int ERROR_SUCCESS
           
static int ERROR_TTYBUSY
           
static int ERROR_UNKNOWN_INSTRUCTION
           
static int ERROR_UNKNOWNTTY
           
static int KEY_CMD_APNDCHARS
          append characters to cut buffer
static long KEY_CMD_ARG_MASK
           
static int KEY_CMD_ARG_SHIFT
           
static int KEY_CMD_ATTRBLINK
          toggle attribute blinking on/off
static int KEY_CMD_ATTRDN
          go down to nearest line with different highlighting
static int KEY_CMD_ATTRUP
          go up to nearest line with different highlighting
static int KEY_CMD_ATTRVIS
          toggle attribute underlining on/off
static int KEY_CMD_AUTOREPEAT
          toggle autorepeat on/off
static int KEY_CMD_AUTOSPEAK
          toggle autospeak on/off
static int KEY_CMD_BACK
          go back after cursor tracking
static long KEY_CMD_BLK_MASK
           
static int KEY_CMD_BLK_SHIFT
           
static int KEY_CMD_BOT
          go to bottom line
static int KEY_CMD_BOT_LEFT
          go to beginning of bottom line
static int KEY_CMD_CAPBLINK
          toggle capital letter blinking on/off
static int KEY_CMD_CHRLT
          go left one character
static int KEY_CMD_CHRRT
          go right one character
static int KEY_CMD_CONTEXT
          switch to command context
static int KEY_CMD_COPYCHARS
          copy characters to cut buffer
static int KEY_CMD_CSRBLINK
          toggle cursor blinking on/off
static int KEY_CMD_CSRHIDE
          toggle hidden cursor on/off
static int KEY_CMD_CSRJMP_VERT
          bring cursor to line
static int KEY_CMD_CSRSIZE
          toggle cursor style block/underline
static int KEY_CMD_CSRTRK
          toggle cursor tracking on/off
static int KEY_CMD_CSRVIS
          toggle cursor visibility on/off
static int KEY_CMD_CUTAPPEND
          append to existing cut buffer from character
static int KEY_CMD_CUTBEGIN
          start new cut buffer at character
static int KEY_CMD_CUTLINE
          linear cut to character
static int KEY_CMD_CUTRECT
          rectangular cut to character
static int KEY_CMD_DESCCHAR
          describe character
static int KEY_CMD_DISPMD
          toggle display mode attributes/text
static int KEY_CMD_FREEZE
          freeze/unfreeze screen image
static int KEY_CMD_FWINLT
          go left one window
static int KEY_CMD_FWINLTSKIP
          go left to nearest non-blank window
static int KEY_CMD_FWINRT
          go right one window
static int KEY_CMD_FWINRTSKIP
          go right to nearest non-blank window
static int KEY_CMD_GOTOLINE
          go to selected line
static int KEY_CMD_GOTOMARK
          go to remembered window position
static int KEY_CMD_HELP
          enter/leave help display
static int KEY_CMD_HOME
          go to cursor
static int KEY_CMD_HWINLT
          go left half a window
static int KEY_CMD_HWINRT
          go right half a window
static int KEY_CMD_INFO
          enter/leave status display
static int KEY_CMD_LEARN
          enter/leave command learn mode
static int KEY_CMD_LNBEG
          go to beginning of line
static int KEY_CMD_LNDN
          go down one line
static int KEY_CMD_LNEND
          go to end of line
static int KEY_CMD_LNUP
          go up one line
static int KEY_CMD_MENU_FIRST_ITEM
          go to first item
static int KEY_CMD_MENU_LAST_ITEM
          go to last item
static int KEY_CMD_MENU_NEXT_ITEM
          go to next item
static int KEY_CMD_MENU_NEXT_SETTING
          select next choice
static int KEY_CMD_MENU_PREV_ITEM
          go to previous item
static int KEY_CMD_MENU_PREV_SETTING
          select previous choice
static int KEY_CMD_MUTE
          stop speaking
static int KEY_CMD_NOOP
          do nothing
static int KEY_CMD_NXDIFCHAR
          go down to nearest line with different character
static int KEY_CMD_NXDIFLN
          go down to nearest line with different content
static int KEY_CMD_NXINDENT
          go down to nearest line with less indent than character
static int KEY_CMD_NXPGRPH
          go down to first line of next paragraph
static int KEY_CMD_NXPROMPT
          go down to next command prompt
static int KEY_CMD_NXSEARCH
          search forward for cut text
static int KEY_CMD_OFFLINE
          braille display temporarily unavailable
static int KEY_CMD_PASSAT
          input AT (set 2) keyboard scan code
static int KEY_CMD_PASSDOTS
          input braille character
static int KEY_CMD_PASSPS2
          input PS/2 (set 3) keyboard scan code
static int KEY_CMD_PASSXT
          input XT (set 1) keyboard scan code
static int KEY_CMD_PASTE
          insert cut text at cursor
static int KEY_CMD_PRDIFCHAR
          go up to nearest line with different character
static int KEY_CMD_PRDIFLN
          go up to nearest line with different content
static int KEY_CMD_PREFLOAD
          restore preferences from disk
static int KEY_CMD_PREFMENU
          enter/leave preferences menu
static int KEY_CMD_PREFSAVE
          save preferences to disk
static int KEY_CMD_PRINDENT
          go up to nearest line with less indent than character
static int KEY_CMD_PRPGRPH
          go up to last line of previous paragraph
static int KEY_CMD_PRPROMPT
          go up to previous command prompt
static int KEY_CMD_PRSEARCH
          search backward for cut text
static int KEY_CMD_RESTARTBRL
          restart braille driver
static int KEY_CMD_RESTARTSPEECH
          restart speech driver
static int KEY_CMD_RETURN
          go to cursor or go back after cursor tracking
static int KEY_CMD_ROUTE
          bring cursor to character
static int KEY_CMD_SAY_ABOVE
          speak from top of screen through current line
static int KEY_CMD_SAY_BELOW
          speak from current line through bottom of screen
static int KEY_CMD_SAY_FASTER
          increase speech rate
static int KEY_CMD_SAY_LINE
          speak current line
static int KEY_CMD_SAY_LOUDER
          increase speech volume
static int KEY_CMD_SAY_SLOWER
          decrease speech rate
static int KEY_CMD_SAY_SOFTER
          decrease speech volume
static int KEY_CMD_SETLEFT
          place left end of window at character
static int KEY_CMD_SETMARK
          remember current window position
static int KEY_CMD_SIXDOTS
          toggle text style 6-dot/8-dot
static int KEY_CMD_SKPBLNKWINS
          toggle skipping of blank windows on/off
static int KEY_CMD_SKPIDLNS
          toggle skipping of lines with identical content on/off
static int KEY_CMD_SLIDEWIN
          toggle sliding window on/off
static int KEY_CMD_SPKHOME
          go to current speech position
static int KEY_CMD_SWITCHVT
          switch to virtual terminal
static int KEY_CMD_SWITCHVT_NEXT
          switch to next virtual terminal
static int KEY_CMD_SWITCHVT_PREV
          switch to previous virtual terminal
static int KEY_CMD_TOP
          go to top line
static int KEY_CMD_TOP_LEFT
          go to beginning of top line
static int KEY_CMD_TUNES
          toggle alert tunes on/off
static int KEY_CMD_WINDN
          go down several lines
static int KEY_CMD_WINUP
          go up several lines
static long KEY_CODE_MASK
           
static int KEY_CODE_SHIFT
           
static long KEY_FLAGS_MASK
           
static int KEY_FLAGS_SHIFT
           
static int KEY_FLG_CONTROL
          control key pressed
static int KEY_FLG_KBD_EMUL0
          it is an emulation 0 scan code
static int KEY_FLG_KBD_EMUL1
          it is an emulation 1 scan code
static int KEY_FLG_KBD_RELEASE
          it is a release scan code
static int KEY_FLG_LINE_SCALED
          scale arg=0X00-0XFF to screen height
static int KEY_FLG_LINE_TOLEFT
          go to beginning of line
static int KEY_FLG_META
          meta key pressed
static int KEY_FLG_MOTION_ROUTE
          bring cursor into window after function
static int KEY_FLG_REPEAT_DELAY
          wait before repeating
static int KEY_FLG_REPEAT_INITIAL
          execute command on key press
static int KEY_FLG_REPEAT_MASK
          mask for all repeat flags
static int KEY_FLG_SHIFT
          shift key pressed
static int KEY_FLG_TOGGLE_MASK
          mask for all toggle flags
static int KEY_FLG_TOGGLE_OFF
          disable feature
static int KEY_FLG_TOGGLE_ON
          enable feature
static int KEY_FLG_UPPER
          convert to uppercase
static long KEY_MAX
           
static int KEY_SYM_BACKSPACE
           
static int KEY_SYM_DELETE
           
static int KEY_SYM_DOWN
           
static int KEY_SYM_END
           
static int KEY_SYM_ESCAPE
           
static int KEY_SYM_F1
           
static int KEY_SYM_F10
           
static int KEY_SYM_F11
           
static int KEY_SYM_F12
           
static int KEY_SYM_F13
           
static int KEY_SYM_F14
           
static int KEY_SYM_F15
           
static int KEY_SYM_F16
           
static int KEY_SYM_F17
           
static int KEY_SYM_F18
           
static int KEY_SYM_F19
           
static int KEY_SYM_F2
           
static int KEY_SYM_F20
           
static int KEY_SYM_F21
           
static int KEY_SYM_F22
           
static int KEY_SYM_F23
           
static int KEY_SYM_F24
           
static int KEY_SYM_F25
           
static int KEY_SYM_F26
           
static int KEY_SYM_F27
           
static int KEY_SYM_F28
           
static int KEY_SYM_F29
           
static int KEY_SYM_F3
           
static int KEY_SYM_F30
           
static int KEY_SYM_F31
           
static int KEY_SYM_F32
           
static int KEY_SYM_F33
           
static int KEY_SYM_F34
           
static int KEY_SYM_F35
           
static int KEY_SYM_F4
           
static int KEY_SYM_F5
           
static int KEY_SYM_F6
           
static int KEY_SYM_F7
           
static int KEY_SYM_F8
           
static int KEY_SYM_F9
           
static int KEY_SYM_HOME
           
static int KEY_SYM_INSERT
           
static int KEY_SYM_LEFT
           
static int KEY_SYM_LINEFEED
           
static int KEY_SYM_PAGE_DOWN
           
static int KEY_SYM_PAGE_UP
           
static int KEY_SYM_RIGHT
           
static int KEY_SYM_TAB
           
static int KEY_SYM_UNICODE
           
static int KEY_SYM_UP
           
static int KEY_TYPE_CMD
           
static long KEY_TYPE_MASK
           
static int KEY_TYPE_SHIFT
           
static int KEY_TYPE_SYM
           
static int rangeType_all
           
static int rangeType_code
           
static int rangeType_command
           
static int rangeType_key
           
static int rangeType_type
           
static int TTY_DEFAULT
           
 

Field Detail

TTY_DEFAULT

static final int TTY_DEFAULT
See Also:
Constant Field Values

DISPLAY_DEFAULT

static final int DISPLAY_DEFAULT
See Also:
Constant Field Values

CURSOR_LEAVE

static final int CURSOR_LEAVE
See Also:
Constant Field Values

CURSOR_OFF

static final int CURSOR_OFF
See Also:
Constant Field Values

rangeType_all

static final int rangeType_all
See Also:
Constant Field Values

rangeType_type

static final int rangeType_type
See Also:
Constant Field Values

rangeType_command

static final int rangeType_command
See Also:
Constant Field Values

rangeType_key

static final int rangeType_key
See Also:
Constant Field Values

rangeType_code

static final int rangeType_code
See Also:
Constant Field Values

ERROR_SUCCESS

static final int ERROR_SUCCESS
See Also:
Constant Field Values

ERROR_NOMEM

static final int ERROR_NOMEM
See Also:
Constant Field Values

ERROR_TTYBUSY

static final int ERROR_TTYBUSY
See Also:
Constant Field Values

ERROR_DEVICEBUSY

static final int ERROR_DEVICEBUSY
See Also:
Constant Field Values

ERROR_UNKNOWN_INSTRUCTION

static final int ERROR_UNKNOWN_INSTRUCTION
See Also:
Constant Field Values

ERROR_ILLEGAL_INSTRUCTION

static final int ERROR_ILLEGAL_INSTRUCTION
See Also:
Constant Field Values

ERROR_INVALID_PARAMETER

static final int ERROR_INVALID_PARAMETER
See Also:
Constant Field Values

ERROR_INVALID_PACKET

static final int ERROR_INVALID_PACKET
See Also:
Constant Field Values

ERROR_CONNREFUSED

static final int ERROR_CONNREFUSED
See Also:
Constant Field Values

ERROR_OPNOTSUPP

static final int ERROR_OPNOTSUPP
See Also:
Constant Field Values

ERROR_GAIERR

static final int ERROR_GAIERR
See Also:
Constant Field Values

ERROR_LIBCERR

static final int ERROR_LIBCERR
See Also:
Constant Field Values

ERROR_UNKNOWNTTY

static final int ERROR_UNKNOWNTTY
See Also:
Constant Field Values

ERROR_PROTOCOL_VERSION

static final int ERROR_PROTOCOL_VERSION
See Also:
Constant Field Values

ERROR_EOF

static final int ERROR_EOF
See Also:
Constant Field Values

ERROR_EMPTYKEY

static final int ERROR_EMPTYKEY
See Also:
Constant Field Values

ERROR_DRIVERERROR

static final int ERROR_DRIVERERROR
See Also:
Constant Field Values

ERROR_AUTHENTICATION

static final int ERROR_AUTHENTICATION
See Also:
Constant Field Values

KEY_MAX

static final long KEY_MAX
See Also:
Constant Field Values

KEY_FLAGS_MASK

static final long KEY_FLAGS_MASK
See Also:
Constant Field Values

KEY_FLAGS_SHIFT

static final int KEY_FLAGS_SHIFT
See Also:
Constant Field Values

KEY_TYPE_MASK

static final long KEY_TYPE_MASK
See Also:
Constant Field Values

KEY_TYPE_SHIFT

static final int KEY_TYPE_SHIFT
See Also:
Constant Field Values

KEY_TYPE_CMD

static final int KEY_TYPE_CMD
See Also:
Constant Field Values

KEY_TYPE_SYM

static final int KEY_TYPE_SYM
See Also:
Constant Field Values

KEY_CODE_MASK

static final long KEY_CODE_MASK
See Also:
Constant Field Values

KEY_CODE_SHIFT

static final int KEY_CODE_SHIFT
See Also:
Constant Field Values

KEY_CMD_BLK_MASK

static final long KEY_CMD_BLK_MASK
See Also:
Constant Field Values

KEY_CMD_BLK_SHIFT

static final int KEY_CMD_BLK_SHIFT
See Also:
Constant Field Values

KEY_CMD_ARG_MASK

static final long KEY_CMD_ARG_MASK
See Also:
Constant Field Values

KEY_CMD_ARG_SHIFT

static final int KEY_CMD_ARG_SHIFT
See Also:
Constant Field Values

KEY_SYM_BACKSPACE

static final int KEY_SYM_BACKSPACE
See Also:
Constant Field Values

KEY_SYM_TAB

static final int KEY_SYM_TAB
See Also:
Constant Field Values

KEY_SYM_LINEFEED

static final int KEY_SYM_LINEFEED
See Also:
Constant Field Values

KEY_SYM_ESCAPE

static final int KEY_SYM_ESCAPE
See Also:
Constant Field Values

KEY_SYM_HOME

static final int KEY_SYM_HOME
See Also:
Constant Field Values

KEY_SYM_LEFT

static final int KEY_SYM_LEFT
See Also:
Constant Field Values

KEY_SYM_UP

static final int KEY_SYM_UP
See Also:
Constant Field Values

KEY_SYM_RIGHT

static final int KEY_SYM_RIGHT
See Also:
Constant Field Values

KEY_SYM_DOWN

static final int KEY_SYM_DOWN
See Also:
Constant Field Values

KEY_SYM_PAGE_UP

static final int KEY_SYM_PAGE_UP
See Also:
Constant Field Values

KEY_SYM_PAGE_DOWN

static final int KEY_SYM_PAGE_DOWN
See Also:
Constant Field Values

KEY_SYM_END

static final int KEY_SYM_END
See Also:
Constant Field Values

KEY_SYM_INSERT

static final int KEY_SYM_INSERT
See Also:
Constant Field Values

KEY_SYM_F1

static final int KEY_SYM_F1
See Also:
Constant Field Values

KEY_SYM_F2

static final int KEY_SYM_F2
See Also:
Constant Field Values

KEY_SYM_F3

static final int KEY_SYM_F3
See Also:
Constant Field Values

KEY_SYM_F4

static final int KEY_SYM_F4
See Also:
Constant Field Values

KEY_SYM_F5

static final int KEY_SYM_F5
See Also:
Constant Field Values

KEY_SYM_F6

static final int KEY_SYM_F6
See Also:
Constant Field Values

KEY_SYM_F7

static final int KEY_SYM_F7
See Also:
Constant Field Values

KEY_SYM_F8

static final int KEY_SYM_F8
See Also:
Constant Field Values

KEY_SYM_F9

static final int KEY_SYM_F9
See Also:
Constant Field Values

KEY_SYM_F10

static final int KEY_SYM_F10
See Also:
Constant Field Values

KEY_SYM_F11

static final int KEY_SYM_F11
See Also:
Constant Field Values

KEY_SYM_F12

static final int KEY_SYM_F12
See Also:
Constant Field Values

KEY_SYM_F13

static final int KEY_SYM_F13
See Also:
Constant Field Values

KEY_SYM_F14

static final int KEY_SYM_F14
See Also:
Constant Field Values

KEY_SYM_F15

static final int KEY_SYM_F15
See Also:
Constant Field Values

KEY_SYM_F16

static final int KEY_SYM_F16
See Also:
Constant Field Values

KEY_SYM_F17

static final int KEY_SYM_F17
See Also:
Constant Field Values

KEY_SYM_F18

static final int KEY_SYM_F18
See Also:
Constant Field Values

KEY_SYM_F19

static final int KEY_SYM_F19
See Also:
Constant Field Values

KEY_SYM_F20

static final int KEY_SYM_F20
See Also:
Constant Field Values

KEY_SYM_F21

static final int KEY_SYM_F21
See Also:
Constant Field Values

KEY_SYM_F22

static final int KEY_SYM_F22
See Also:
Constant Field Values

KEY_SYM_F23

static final int KEY_SYM_F23
See Also:
Constant Field Values

KEY_SYM_F24

static final int KEY_SYM_F24
See Also:
Constant Field Values

KEY_SYM_F25

static final int KEY_SYM_F25
See Also:
Constant Field Values

KEY_SYM_F26

static final int KEY_SYM_F26
See Also:
Constant Field Values

KEY_SYM_F27

static final int KEY_SYM_F27
See Also:
Constant Field Values

KEY_SYM_F28

static final int KEY_SYM_F28
See Also:
Constant Field Values

KEY_SYM_F29

static final int KEY_SYM_F29
See Also:
Constant Field Values

KEY_SYM_F30

static final int KEY_SYM_F30
See Also:
Constant Field Values

KEY_SYM_F31

static final int KEY_SYM_F31
See Also:
Constant Field Values

KEY_SYM_F32

static final int KEY_SYM_F32
See Also:
Constant Field Values

KEY_SYM_F33

static final int KEY_SYM_F33
See Also:
Constant Field Values

KEY_SYM_F34

static final int KEY_SYM_F34
See Also:
Constant Field Values

KEY_SYM_F35

static final int KEY_SYM_F35
See Also:
Constant Field Values

KEY_SYM_DELETE

static final int KEY_SYM_DELETE
See Also:
Constant Field Values

KEY_SYM_UNICODE

static final int KEY_SYM_UNICODE
See Also:
Constant Field Values

KEY_CMD_NOOP

static final int KEY_CMD_NOOP
do nothing

See Also:
Constant Field Values

KEY_CMD_LNUP

static final int KEY_CMD_LNUP
go up one line

See Also:
Constant Field Values

KEY_CMD_LNDN

static final int KEY_CMD_LNDN
go down one line

See Also:
Constant Field Values

KEY_CMD_WINUP

static final int KEY_CMD_WINUP
go up several lines

See Also:
Constant Field Values

KEY_CMD_WINDN

static final int KEY_CMD_WINDN
go down several lines

See Also:
Constant Field Values

KEY_CMD_PRDIFLN

static final int KEY_CMD_PRDIFLN
go up to nearest line with different content

See Also:
Constant Field Values

KEY_CMD_NXDIFLN

static final int KEY_CMD_NXDIFLN
go down to nearest line with different content

See Also:
Constant Field Values

KEY_CMD_ATTRUP

static final int KEY_CMD_ATTRUP
go up to nearest line with different highlighting

See Also:
Constant Field Values

KEY_CMD_ATTRDN

static final int KEY_CMD_ATTRDN
go down to nearest line with different highlighting

See Also:
Constant Field Values

KEY_CMD_TOP

static final int KEY_CMD_TOP
go to top line

See Also:
Constant Field Values

KEY_CMD_BOT

static final int KEY_CMD_BOT
go to bottom line

See Also:
Constant Field Values

KEY_CMD_TOP_LEFT

static final int KEY_CMD_TOP_LEFT
go to beginning of top line

See Also:
Constant Field Values

KEY_CMD_BOT_LEFT

static final int KEY_CMD_BOT_LEFT
go to beginning of bottom line

See Also:
Constant Field Values

KEY_CMD_PRPGRPH

static final int KEY_CMD_PRPGRPH
go up to last line of previous paragraph

See Also:
Constant Field Values

KEY_CMD_NXPGRPH

static final int KEY_CMD_NXPGRPH
go down to first line of next paragraph

See Also:
Constant Field Values

KEY_CMD_PRPROMPT

static final int KEY_CMD_PRPROMPT
go up to previous command prompt

See Also:
Constant Field Values

KEY_CMD_NXPROMPT

static final int KEY_CMD_NXPROMPT
go down to next command prompt

See Also:
Constant Field Values

KEY_CMD_PRSEARCH

static final int KEY_CMD_PRSEARCH
search backward for cut text

See Also:
Constant Field Values

KEY_CMD_NXSEARCH

static final int KEY_CMD_NXSEARCH
search forward for cut text

See Also:
Constant Field Values

KEY_CMD_CHRLT

static final int KEY_CMD_CHRLT
go left one character

See Also:
Constant Field Values

KEY_CMD_CHRRT

static final int KEY_CMD_CHRRT
go right one character

See Also:
Constant Field Values

KEY_CMD_HWINLT

static final int KEY_CMD_HWINLT
go left half a window

See Also:
Constant Field Values

KEY_CMD_HWINRT

static final int KEY_CMD_HWINRT
go right half a window

See Also:
Constant Field Values

KEY_CMD_FWINLT

static final int KEY_CMD_FWINLT
go left one window

See Also:
Constant Field Values

KEY_CMD_FWINRT

static final int KEY_CMD_FWINRT
go right one window

See Also:
Constant Field Values

KEY_CMD_FWINLTSKIP

static final int KEY_CMD_FWINLTSKIP
go left to nearest non-blank window

See Also:
Constant Field Values

KEY_CMD_FWINRTSKIP

static final int KEY_CMD_FWINRTSKIP
go right to nearest non-blank window

See Also:
Constant Field Values

KEY_CMD_LNBEG

static final int KEY_CMD_LNBEG
go to beginning of line

See Also:
Constant Field Values

KEY_CMD_LNEND

static final int KEY_CMD_LNEND
go to end of line

See Also:
Constant Field Values

KEY_CMD_HOME

static final int KEY_CMD_HOME
go to cursor

See Also:
Constant Field Values

KEY_CMD_BACK

static final int KEY_CMD_BACK
go back after cursor tracking

See Also:
Constant Field Values

KEY_CMD_RETURN

static final int KEY_CMD_RETURN
go to cursor or go back after cursor tracking

See Also:
Constant Field Values

KEY_CMD_FREEZE

static final int KEY_CMD_FREEZE
freeze/unfreeze screen image

See Also:
Constant Field Values

KEY_CMD_DISPMD

static final int KEY_CMD_DISPMD
toggle display mode attributes/text

See Also:
Constant Field Values

KEY_CMD_SIXDOTS

static final int KEY_CMD_SIXDOTS
toggle text style 6-dot/8-dot

See Also:
Constant Field Values

KEY_CMD_SLIDEWIN

static final int KEY_CMD_SLIDEWIN
toggle sliding window on/off

See Also:
Constant Field Values

KEY_CMD_SKPIDLNS

static final int KEY_CMD_SKPIDLNS
toggle skipping of lines with identical content on/off

See Also:
Constant Field Values

KEY_CMD_SKPBLNKWINS

static final int KEY_CMD_SKPBLNKWINS
toggle skipping of blank windows on/off

See Also:
Constant Field Values

KEY_CMD_CSRVIS

static final int KEY_CMD_CSRVIS
toggle cursor visibility on/off

See Also:
Constant Field Values

KEY_CMD_CSRHIDE

static final int KEY_CMD_CSRHIDE
toggle hidden cursor on/off

See Also:
Constant Field Values

KEY_CMD_CSRTRK

static final int KEY_CMD_CSRTRK
toggle cursor tracking on/off

See Also:
Constant Field Values

KEY_CMD_CSRSIZE

static final int KEY_CMD_CSRSIZE
toggle cursor style block/underline

See Also:
Constant Field Values

KEY_CMD_CSRBLINK

static final int KEY_CMD_CSRBLINK
toggle cursor blinking on/off

See Also:
Constant Field Values

KEY_CMD_ATTRVIS

static final int KEY_CMD_ATTRVIS
toggle attribute underlining on/off

See Also:
Constant Field Values

KEY_CMD_ATTRBLINK

static final int KEY_CMD_ATTRBLINK
toggle attribute blinking on/off

See Also:
Constant Field Values

KEY_CMD_CAPBLINK

static final int KEY_CMD_CAPBLINK
toggle capital letter blinking on/off

See Also:
Constant Field Values

KEY_CMD_TUNES

static final int KEY_CMD_TUNES
toggle alert tunes on/off

See Also:
Constant Field Values

KEY_CMD_AUTOREPEAT

static final int KEY_CMD_AUTOREPEAT
toggle autorepeat on/off

See Also:
Constant Field Values

KEY_CMD_AUTOSPEAK

static final int KEY_CMD_AUTOSPEAK
toggle autospeak on/off

See Also:
Constant Field Values

KEY_CMD_HELP

static final int KEY_CMD_HELP
enter/leave help display

See Also:
Constant Field Values

KEY_CMD_INFO

static final int KEY_CMD_INFO
enter/leave status display

See Also:
Constant Field Values

KEY_CMD_LEARN

static final int KEY_CMD_LEARN
enter/leave command learn mode

See Also:
Constant Field Values

KEY_CMD_PREFMENU

static final int KEY_CMD_PREFMENU
enter/leave preferences menu

See Also:
Constant Field Values

KEY_CMD_PREFSAVE

static final int KEY_CMD_PREFSAVE
save preferences to disk

See Also:
Constant Field Values

KEY_CMD_PREFLOAD

static final int KEY_CMD_PREFLOAD
restore preferences from disk

See Also:
Constant Field Values

KEY_CMD_MENU_FIRST_ITEM

static final int KEY_CMD_MENU_FIRST_ITEM
go to first item

See Also:
Constant Field Values

KEY_CMD_MENU_LAST_ITEM

static final int KEY_CMD_MENU_LAST_ITEM
go to last item

See Also:
Constant Field Values

KEY_CMD_MENU_PREV_ITEM

static final int KEY_CMD_MENU_PREV_ITEM
go to previous item

See Also:
Constant Field Values

KEY_CMD_MENU_NEXT_ITEM

static final int KEY_CMD_MENU_NEXT_ITEM
go to next item

See Also:
Constant Field Values

KEY_CMD_MENU_PREV_SETTING

static final int KEY_CMD_MENU_PREV_SETTING
select previous choice

See Also:
Constant Field Values

KEY_CMD_MENU_NEXT_SETTING

static final int KEY_CMD_MENU_NEXT_SETTING
select next choice

See Also:
Constant Field Values

KEY_CMD_MUTE

static final int KEY_CMD_MUTE
stop speaking

See Also:
Constant Field Values

KEY_CMD_SPKHOME

static final int KEY_CMD_SPKHOME
go to current speech position

See Also:
Constant Field Values

KEY_CMD_SAY_LINE

static final int KEY_CMD_SAY_LINE
speak current line

See Also:
Constant Field Values

KEY_CMD_SAY_ABOVE

static final int KEY_CMD_SAY_ABOVE
speak from top of screen through current line

See Also:
Constant Field Values

KEY_CMD_SAY_BELOW

static final int KEY_CMD_SAY_BELOW
speak from current line through bottom of screen

See Also:
Constant Field Values

KEY_CMD_SAY_SLOWER

static final int KEY_CMD_SAY_SLOWER
decrease speech rate

See Also:
Constant Field Values

KEY_CMD_SAY_FASTER

static final int KEY_CMD_SAY_FASTER
increase speech rate

See Also:
Constant Field Values

KEY_CMD_SAY_SOFTER

static final int KEY_CMD_SAY_SOFTER
decrease speech volume

See Also:
Constant Field Values

KEY_CMD_SAY_LOUDER

static final int KEY_CMD_SAY_LOUDER
increase speech volume

See Also:
Constant Field Values

KEY_CMD_SWITCHVT_PREV

static final int KEY_CMD_SWITCHVT_PREV
switch to previous virtual terminal

See Also:
Constant Field Values

KEY_CMD_SWITCHVT_NEXT

static final int KEY_CMD_SWITCHVT_NEXT
switch to next virtual terminal

See Also:
Constant Field Values

KEY_CMD_CSRJMP_VERT

static final int KEY_CMD_CSRJMP_VERT
bring cursor to line

See Also:
Constant Field Values

KEY_CMD_PASTE

static final int KEY_CMD_PASTE
insert cut text at cursor

See Also:
Constant Field Values

KEY_CMD_RESTARTBRL

static final int KEY_CMD_RESTARTBRL
restart braille driver

See Also:
Constant Field Values

KEY_CMD_RESTARTSPEECH

static final int KEY_CMD_RESTARTSPEECH
restart speech driver

See Also:
Constant Field Values

KEY_CMD_OFFLINE

static final int KEY_CMD_OFFLINE
braille display temporarily unavailable

See Also:
Constant Field Values

KEY_FLG_TOGGLE_ON

static final int KEY_FLG_TOGGLE_ON
enable feature

See Also:
Constant Field Values

KEY_FLG_TOGGLE_OFF

static final int KEY_FLG_TOGGLE_OFF
disable feature

See Also:
Constant Field Values

KEY_FLG_TOGGLE_MASK

static final int KEY_FLG_TOGGLE_MASK
mask for all toggle flags

See Also:
Constant Field Values

KEY_FLG_MOTION_ROUTE

static final int KEY_FLG_MOTION_ROUTE
bring cursor into window after function

See Also:
Constant Field Values

KEY_FLG_REPEAT_INITIAL

static final int KEY_FLG_REPEAT_INITIAL
execute command on key press

See Also:
Constant Field Values

KEY_FLG_REPEAT_DELAY

static final int KEY_FLG_REPEAT_DELAY
wait before repeating

See Also:
Constant Field Values

KEY_FLG_REPEAT_MASK

static final int KEY_FLG_REPEAT_MASK
mask for all repeat flags

See Also:
Constant Field Values

KEY_CMD_ROUTE

static final int KEY_CMD_ROUTE
bring cursor to character

See Also:
Constant Field Values

KEY_CMD_CUTBEGIN

static final int KEY_CMD_CUTBEGIN
start new cut buffer at character

See Also:
Constant Field Values

KEY_CMD_CUTAPPEND

static final int KEY_CMD_CUTAPPEND
append to existing cut buffer from character

See Also:
Constant Field Values

KEY_CMD_CUTRECT

static final int KEY_CMD_CUTRECT
rectangular cut to character

See Also:
Constant Field Values

KEY_CMD_CUTLINE

static final int KEY_CMD_CUTLINE
linear cut to character

See Also:
Constant Field Values

KEY_CMD_SWITCHVT

static final int KEY_CMD_SWITCHVT
switch to virtual terminal

See Also:
Constant Field Values

KEY_CMD_PRINDENT

static final int KEY_CMD_PRINDENT
go up to nearest line with less indent than character

See Also:
Constant Field Values

KEY_CMD_NXINDENT

static final int KEY_CMD_NXINDENT
go down to nearest line with less indent than character

See Also:
Constant Field Values

KEY_CMD_DESCCHAR

static final int KEY_CMD_DESCCHAR
describe character

See Also:
Constant Field Values

KEY_CMD_SETLEFT

static final int KEY_CMD_SETLEFT
place left end of window at character

See Also:
Constant Field Values

KEY_CMD_SETMARK

static final int KEY_CMD_SETMARK
remember current window position

See Also:
Constant Field Values

KEY_CMD_GOTOMARK

static final int KEY_CMD_GOTOMARK
go to remembered window position

See Also:
Constant Field Values

KEY_CMD_GOTOLINE

static final int KEY_CMD_GOTOLINE
go to selected line

See Also:
Constant Field Values

KEY_FLG_LINE_SCALED

static final int KEY_FLG_LINE_SCALED
scale arg=0X00-0XFF to screen height

See Also:
Constant Field Values

KEY_FLG_LINE_TOLEFT

static final int KEY_FLG_LINE_TOLEFT
go to beginning of line

See Also:
Constant Field Values

KEY_CMD_PRDIFCHAR

static final int KEY_CMD_PRDIFCHAR
go up to nearest line with different character

See Also:
Constant Field Values

KEY_CMD_NXDIFCHAR

static final int KEY_CMD_NXDIFCHAR
go down to nearest line with different character

See Also:
Constant Field Values

KEY_CMD_COPYCHARS

static final int KEY_CMD_COPYCHARS
copy characters to cut buffer

See Also:
Constant Field Values

KEY_CMD_APNDCHARS

static final int KEY_CMD_APNDCHARS
append characters to cut buffer

See Also:
Constant Field Values

KEY_CMD_PASSDOTS

static final int KEY_CMD_PASSDOTS
input braille character

See Also:
Constant Field Values

KEY_FLG_SHIFT

static final int KEY_FLG_SHIFT
shift key pressed

See Also:
Constant Field Values

KEY_FLG_UPPER

static final int KEY_FLG_UPPER
convert to uppercase

See Also:
Constant Field Values

KEY_FLG_CONTROL

static final int KEY_FLG_CONTROL
control key pressed

See Also:
Constant Field Values

KEY_FLG_META

static final int KEY_FLG_META
meta key pressed

See Also:
Constant Field Values

DOT1

static final byte DOT1
upper-left dot of standard braille cell

See Also:
Constant Field Values

DOT2

static final byte DOT2
middle-left dot of standard braille cell

See Also:
Constant Field Values

DOT3

static final byte DOT3
lower-left dot of standard braille cell

See Also:
Constant Field Values

DOT4

static final byte DOT4
upper-right dot of standard braille cell

See Also:
Constant Field Values

DOT5

static final byte DOT5
middle-right dot of standard braille cell

See Also:
Constant Field Values

DOT6

static final byte DOT6
lower-right dot of standard braille cell

See Also:
Constant Field Values

DOT7

static final byte DOT7
lower-left dot of computer braille cell

See Also:
Constant Field Values

DOT8

static final byte DOT8
lower-right dot of computer braille cell

See Also:
Constant Field Values

DOTC

static final byte DOTC
space key pressed

See Also:
Constant Field Values

KEY_CMD_PASSAT

static final int KEY_CMD_PASSAT
input AT (set 2) keyboard scan code

See Also:
Constant Field Values

KEY_CMD_PASSXT

static final int KEY_CMD_PASSXT
input XT (set 1) keyboard scan code

See Also:
Constant Field Values

KEY_CMD_PASSPS2

static final int KEY_CMD_PASSPS2
input PS/2 (set 3) keyboard scan code

See Also:
Constant Field Values

KEY_FLG_KBD_RELEASE

static final int KEY_FLG_KBD_RELEASE
it is a release scan code

See Also:
Constant Field Values

KEY_FLG_KBD_EMUL0

static final int KEY_FLG_KBD_EMUL0
it is an emulation 0 scan code

See Also:
Constant Field Values

KEY_FLG_KBD_EMUL1

static final int KEY_FLG_KBD_EMUL1
it is an emulation 1 scan code

See Also:
Constant Field Values

KEY_CMD_CONTEXT

static final int KEY_CMD_CONTEXT
switch to command context

See Also:
Constant Field Values