Shows the python console.
navigator object navigation
NVDA+numPad5: navigatorObject_current
Announces the current navigator object. If pressed twice spels it out and if pressed three times copyes its name and value to the clipboard.
Shift+NVDA+numPad5: navigatorObject_currentDimensions
Announces the size and location of the current navigator object.
Control+Shift+NVDA+numPad5: navigatorObject_where
Announces the ancestors of the current navigator object.
NVDA+numPad8: navigatorObject_parent
Sets the navigator object to the current navigator object's parent (i.e. the object that contains it).
NVDA+numPad2: navigatorObject_firstChild
Sets the navigator object to the current navigator object's first child (i.e. the first object inside it)
NVDA+numPad4: navigatorObject_previous
Sets the navigator object to the current navigator object's previous object (i.e. the object before it, on the same level).
Shift+NVDA+numPad4: navigatorObject_previousInFlow
Sets the navigator object to the current navigator object's previous object in flow (i.e. the object before it, not necessarily on the same level).
NVDA+numPad6: navigatorObject_next
Sets the navigator object to the current navigator object's next object (i.e. the object after it, on the same level).
Shift+NVDA+numPad6: navigatorObject_nextInFlow
Sets the navigator object to the current navigator object's next object in flow (i.e. the object after it, not necessarily on the same level).
NVDA+numpadEnter: navigatorObject_doDefaultAction
Performs the default action on the current navigator object (e.g. presses a button, activates a list item).
NVDA+numPadDivide: moveMouseToNavigatorObject
Move the mouse pointer to the current navigator object
NVDA+numPadMultiply: moveNavigatorObjectToMouse
Sets the navigator object to the current object under the mouse pointer
numpadSubtract: review_moveToCaret
Moves the review cursor to the location of the caret.
Control+numpadSubtract: review_moveCaretHere
Moves the caret to the location of the review cursor
NVDA+numPadSubtract: navigatorObject_toFocus
Sets the navigator object to the current object with focus.
numPadDivide: leftMouseClick
Clicks the left mouse button once where ever it may be at the time.
numPadMultiply: rightMouseClick
Clicks the right mouse button once where ever it may be at the time.
numpadAdd: review_sayAll
Uses the review cursor to read from its position to the end of the currently reviewable text.
NVDA+numPadAdd: navigatorObject_sayAll
Starts to read all the objects after the navigator object, in flow order
edit @ 21 May 2009 16:39:49 by puno(ii)