linux/drivers/staging/speakup/DefaultKeyAssignments
<<
>>
Prefs
   1This file is intended to give you an overview of the default keys used
   2by speakup for it's review functions.  You may change them to be
   3anything you want but that will take some familiarity with key
   4mapping.
   5
   6We have remapped the insert or zero key on the keypad to act as a
   7shift key.  Well, actually as an altgr key.  So in the following list
   8InsKeyPad-period means hold down the insert key like a shift key and
   9hit the keypad period.
  10
  11KeyPad-8                Say current Line
  12InsKeyPad-8             say from top of screen to reading cursor.
  13KeyPad-7                Say Previous Line (UP one line)
  14KeyPad-9                Say Next Line (down one line)
  15KeyPad-5                Say Current Word
  16InsKeyPad-5             Spell Current Word
  17KeyPad-4                Say Previous Word (left one word)
  18InsKeyPad-4             say from left edge of line to reading cursor.
  19KeyPad-6                Say Next Word (right one word)
  20InsKeyPad-6             Say from reading cursor to right edge of line.
  21KeyPad-2                Say Current Letter
  22InsKeyPad-2             say current letter phonetically
  23KeyPad-1                Say Previous Character (left one letter)
  24KeyPad-3                Say Next Character (right one letter)
  25KeyPad-plus             Say Entire Screen
  26InsKeyPad-plus          Say from reading cursor line to bottom of screen.
  27KeyPad-Minus            Park reading cursor (toggle)
  28InsKeyPad-minus         Say character hex and decimal value.
  29KeyPad-period           Say Position (current line, position and console)
  30InsKeyPad-period        say colour attributes of current position.
  31InsKeyPad-9             Move reading cursor to top of screen (insert pgup)
  32InsKeyPad-3             Move reading cursor to bottom of screen (insert pgdn)
  33InsKeyPad-7             Move reading cursor to left edge of screen (insert home)
  34InsKeyPad-1             Move reading cursor to right edge of screen (insert end)
  35ControlKeyPad-1         Move reading cursor to last character on current line.
  36KeyPad-Enter            Shut Up (until another key is hit) and sync reading cursor
  37InsKeyPad-Enter         Shut Up (until toggled back on).
  38InsKeyPad-star n<x|y>   go to line (y) or column (x). Where 'n' is any
  39                allowed value for the row or column for your current screen.
  40KeyPad-/                Mark and Cut screen region.
  41InsKeyPad-/             Paste screen region into any console.
  42
  43Hitting any key while speakup is outputting speech will quiet the
  44synth until it has caught up with what is being printed on the
  45console.
  46
  47