Ticket #92: key commands.txt

File key commands.txt, 7.5 KB (added by bernd Dorer, 4 years ago)

changed key commands.txt

Line 
1NVDA command key quick reference
2
3Many 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.
4
5Global commands
6
7NVDA+1: keyboardHelp
8This command 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.
9
10NVDA+t: title
11Announces the title of the currently active application
12
13NVDA+b: speakForeground
14Speaks the content of the currently active application. Useful to read information in a dialog box that you perhaps missed when it first was announced.
15
16NVDA+n: showGui
17Press this key to activate the NVDA menu where you can access NVDA's settings.
18
19NVDA+q: quit
20Asks if you want to exit NVDA. Pressing yes will exit, pressing no will not.
21
22NVDA+s: speechMode
23Toggles between the three speech modes (talk, beeps and off).
24
25NVDA+F12: dateTime
26Announces the current time, pressing twice quickly announces the current date.
27
28NVDA+2: toggleSpeakTypedCharacters
29Turns on or off the speaking of characters when you type them.
30
31NVDA+3: toggleSpeakTypedWords
32Turns on or off the speaking of words as you type them.
33
34NVDA+4: toggleSpeakCommandKeys
35Turns on or off the speaking of any keys as you type them.
36
37NVDA+p: toggleSpeakPunctuation
38Turns on or off the speaking of punctuation symbols as NVDA speaks information.
39
40NVDA+End: reportStatusLine
41Announces the status bar of the current application if it can find one.
42
43NVDA+f: reportFormatting
44Announces formatting information at the current position in a document
45
46NVDA+m: toggleReportObjectUnderMouse
47Turns on or off announcement of the object or word at the mouse pointer's current potion, as it moves.
48
49Control+NVDA+f1: speakApplicationName
50Announces the currently active application's name, and also spells it out. It also announces the currently loaded NVDA app module.
51
52NVDA+u: toggleBeepOnProgressBarUpdates
53Turns on and off the beeping to indicate when a progress bar changes.
54
55NVDA+shift+b: say_battery_status
56Announces the current battery level and whether or not you're plugged in to AC power.
57
58NVDA+5: toggleReportDynamicContentChanges
59Turns on and off the automatic speaking of content changes (such as when ew text appears in a dos console window).
60
61NVDA+6: toggleCaretMovesReviewCursor
62Turns on and off the automatic movement of the review cursor as the caret moves.
63
64NVDA+7: toggleFocusMovesNavigatorObject
65Turns on and off the setting of the navigator object to the object with focus as it changes.
66
67NVDA+Tab: reportCurrentFocus
68Announces the object you are currently focused on.
69
70NVDA+f2: passNextKeyThrough
71Pressing 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.
72
73Shift+NVDA+upArrow: reportCurrentSelection
74Announces the current selection in edit controls and documents. If there is no selection it says so.
75
76NVDA+upArrow: reportCurrentLine
77Announces the current line in edit controls and documents.
78
79Control+NVDA+leftArrow: previousSetting
80Moves to and announces the previous voice setting
81 
82Control+NVDA+rightArrow: nextSetting
83Moves to and announces the next voice setting
84
85Control+NVDA+upArrow: increaseSetting
86Increases the current voice setting
87
88Control+NVDA+downArrow: decreaseSetting
89decreases the current voice setting
90
91NVDA+downArrow: sayAll
92Starts reading from the current position in a document or edit control
93
94navigator object navigation
95
96NVDA+numPad5: navigatorObject_current
97Announces the current navigator object.
98
99Shift+NVDA+numPad5: navigatorObject_currentDimensions
100Announces the size and location of the current navigator object.
101 
102Control+Shift+NVDA+numPad5: navigatorObject_where
103Announces the ancestors of the current navigator object.
104
105NVDA+numPadSubtract: navigatorObject_toFocus
106Sets the navigator object to the current object with focus.
107
108NVDA+numPad8: navigatorObject_parent
109Sets the navigator object to the current navigator object's parent (i.e. the object that contains it).
110
111NVDA+numPad2: navigatorObject_firstChild
112Sets the navigator object to the current navigator object's first child (i.e. the first object inside it)
113
114NVDA+numPad4: navigatorObject_previous
115Sets the navigator object to the current navigator object's previous object (i.e. the object before it, on the same level).
116
117Shift+NVDA+numPad4: navigatorObject_previousInFlow
118Sets the navigator object to the current navigator object's previous object in flow (i.e. the object before it, not necessarily on the same leve).
119
120NVDA+numPad6: navigatorObject_next
121Sets the navigator object to the current navigator object's next object (i.e. the object after it, on the same level).
122
123Shift+NVDA+numPad6: navigatorObject_nextInFlow
124Sets the navigator object to the current navigator object's next object in flow (i.e. the object after it, not necessarily on the same leve).
125
126NVDA+numpadEnter: navigatorObject_doDefaultAction
127Performs the default action on the current navigator object (e.g. presses a button, activates a list item).
128
129NVDA+numPadDivide: moveMouseToNavigatorObject
130Move the mouse pointer to the current navigator object
131 
132NVDA+numPadMultiply: moveNavigatorObjectToMouse
133Sets the navigator object to the current object under the mouse pointer
134
135NVDA+numPadAdd: navigatorObject_sayAll
136Starts to read all the objects after the navigator object, in flow order.
137
138numpadSubtract: review_moveToCaret
139Moves the review cursor to the location of the caret.
140
141Control+numpadSubtract: review_moveCaretHere
142Moves the caret to the location of the review cursor
143
144numpadAdd: review_sayAll
145Uses the review cursor to read from its position to the end of the currently reviewable text
146
147reading objeckts
148
149numpad1: review_previousCharacter
150Moves the review cursor to the previous character
151
152shift+numpad1: review_startOfLine
153Moves the review cursor to the start of the line
154
155numpad2: review_currentCharacter
156speaks the character at the review cursor
157
158numpad3: review_nextCharacter
159Moves the review cursor to the next character
160
161shift+numpad3: review_endOfLine
162Moves the review cursor to the end of the line
163
164numpad4: review_previousWord
165Moves the review cursor to the previous word
166
167numpad5: review_currentWord
168speaks the word at the review cursor
169
170numpad6: review_nextWord
171Moves the review cursor to the next word
172
173numpad7: review_previousLine
174Moves the review cursor to the previous line
175
176shift+numpad7: review_top
177Moves the review cursor to the first line
178 
179numpad8: review_currentLine
180speaks the line at the review cursor
181
182numpad9: review_nextLine
183Moves the review cursor to the previous line
184
185shift+numpad9: review_bottom
186Moves the review cursor to the last line
187
188VirtualBuffer commands for Firefox3 (some of these may work for Internet Explorer or Firefox2):
189
190NVDA+space: toggleVirtualBufferPassThrough
191Turns virtualBuffer pass-through mode on or off.
192
193control+NVDA+f: find (control+f in firefox2 / internet explorer)
194NVDA+f3: find next
195NVDA+f7: links list (not in firefox2 or internet explorer)
196NVDA+f5: refresh buffer (not in Firefox2 or Internet Explorer)
197
198VirtualBuffer quick keys to skip to the next element of a particular type (also use shift with the key to go backwards):
199h: heading
200l: list
201i: list item
202k: link
203t: table
204f: form