NVDA command key quick reference Many of these commands use the NVDA key. The NVDA key is the insert key found either on the numberpad or near the delete, home, end, page up and page down keys on your keyboard. NVDA can also be configured so that you can use the capslock key as the NVDA key. Global commands Control: Pause speech Shift: Continue speech NVDA+1: keyboardHelp turns on keyboard help mode so you can press any combination of keys on the keyboard and NVDA will tell you its name and what command it performs if it has one. To turn off keyboard help, press NVDA+1 again. NVDA+t: title Announces the title of the currently active application. Spels it when pressed twice and copyes to the clipboard when pressed thrice. NVDA+b: speakForeground Speaks the content of the currently active application. Useful to read information in a dialog box that you perhaps missed when it first was announced. NVDA+n: showGui Press this key to activate the NVDA menu where you can access NVDA's settings. NVDA+q: quit Asks if you want to exit NVDA. Pressing yes will exit, pressing no will not. NVDA+s: speechMode Toggles between the three speech modes (talk, beeps and off). NVDA+F12: dateTime Announces the current time, pressing twice quickly announces the current date. NVDA+End: reportStatusLine Announces the status bar of the current application if it can find one. NVDA+f: reportFormatting Announces formatting information at the current position in a document Control+NVDA+f1: speakApplicationName Announces the currently active application's name, and also spells it out. It also announces the currently loaded NVDA app module. NVDA+Shift+b: say_battery_status Announces the current battery level and whether AC power is plugged in. NVDA+5: toggleReportDynamicContentChanges Turns on and off the automatic speaking of content changes (such as when new text appears in a dos console window). NVDA+6: toggleCaretMovesReviewCursor Turns on and off the automatic movement of the review cursor as the caret moves. NVDA+7: toggleFocusMovesNavigatorObject Turns on and off the setting of the navigator object to the object with focus as it changes. NVDA+Tab: reportCurrentFocus Announces the object you are currently focused on. NVDA+f2: passNextKeyThrough Pressing this key then allows you to press any other key on the keyboard and NVDA will let it go straight to the operating system with out running its NVDA specific command if it has one. Shift+NVDA+upArrow: reportCurrentSelection Announces the current selection in edit controls and documents. If there is no selection it says so. NVDA+upArrow: reportCurrentLine Announces the current line in edit controls and documents. NVDA+downArrow: sayAll Starts reading from the current position in a document or edit control Control+NVDA+c: saveConfiguration Saves the configuration. Control+NVDA+r: revertToSavedConfiguration Resets the configuration. NVDA+c: reportClipboardText Reports the text on the Windows clipboard. Change Settings (found in the settings dialogues) NVDA+2: toggleSpeakTypedCharacters Turns on or off the speaking of characters when you type them. NVDA+3: toggleSpeakTypedWords Turns on or off the speaking of words as you type them. NVDA+4: toggleSpeakCommandKeys Turns on or off the speaking of any keys as you type them. NVDA+p: toggleSpeakPunctuation Turns on or off the speaking of punctuation symbols as NVDA speaks information. NVDA+m: toggleMouseTracking Turns on or off announcement of the object or word at the mouse pointer's current position, as it moves. NVDA+u: toggleBeepOnProgressBarUpdates Controls how NVDA anounces progress bar updates. It can either beep for all the progress bars within the active window (default), beep for all the bars currently in progress within the whole system, or it can even anounce each 10 percent by speech. Control+NVDA+leftArrow: previousSetting Moves to and announces the previous voice setting Control+NVDA+rightArrow: nextSetting Moves to and announces the next voice setting Control+NVDA+upArrow: increaseSetting Increases the current voice setting Control+NVDA+downArrow: decreaseSetting decreases the current voice setting Show dialogues Control+NVDA+g: activateGeneralSettingsDialog Shows the general settings dialog. Control+NVDA+s: activateSynthesizerDialog Shows the synthesizer selection dialog. Control+NVDA+v: activateVoiceDialog Shows the voice settings dialog. Control+NVDA+k: activateKeyboardSettingsDialog Shows the keyboard settings dialog. Control+NVDA+m: activateMouseSettingsDialog Shows the mouse settings dialog. Control+NVDA+o: activateObjectPresentationDialog Shows the object presentation dialog. Control+NVDA+b: activateVirtualBuffersDialog Shows the virtual buffer settings dialog. Control+NVDA+d: activateDocumentFormattingDialog Shows the document formatting settings dialog. Control+NVDA+z: activatePythonConsole 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. NVDA+numpadDelete: navigatorObject_currentDimensions Announces the size and location 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. reading objects numpad1: review_previousCharacter Moves the review cursor to the previous character. Shift+numpad1: review_startOfLine Moves the review cursor to the start of the line. numpad2: review_currentCharacter speaks the character at the review cursor. numpad3: review_nextCharacter Moves the review cursor to the next character. Shift+numpad3: review_endOfLine Moves the review cursor to the end of the line. numpad4: review_previousWord Moves the review cursor to the previous word. numpad5: review_currentWord speaks the word at the review cursor. numpad6: review_nextWord Moves the review cursor to the next word. numpad7: review_previousLine Moves the review cursor to the previous line. Shift+numpad7: review_top Moves the review cursor to the first line. numpad8: review_currentLine speaks the line at the review cursor. numpad9: review_nextLine Moves the review cursor to the previous line. Shift+numpad9: review_bottom Moves the review cursor to the last line. NVDA+f9: review_markStartForCopy Marks the current position of the review cursor as the start of text to be copied. NVDA+f10: review_copy Retrieves the text from the previously set start marker up to and including the current position of the review cursor and copies it to the clipboard. VirtualBuffer commands: NVDA+space: toggleVirtualBufferPassThrough Turns virtualBuffer pass-through mode on or off. control+NVDA+f: find NVDA+f3: find next NVDA+f7: elements list NVDA+f5: refresh buffer NVDA+v: toggleScreenLayout VirtualBuffer quick keys to skip to the next element of a particular type (also use shift with the key to go backwards): h: heading l: list i: list item t: table k: link f: form field u: unvisited link v: visited link e: edit field b: button x: checkbox c: combo box r: radio button q: block quote s: separator m: frame g: graphic d: ARIA landmark n: nonLinked text o: embedded object 1 to 6: headings 1 to 6 respectively