Skip to content

Commit a230d1e

Browse files
Merge 6730ec6 into bf96860
2 parents bf96860 + 6730ec6 commit a230d1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/gui/startupDialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class WelcomeDialog(
3535
# Translators: The main message for the Welcome dialog when the user starts NVDA for the first time.
3636
"Most commands for controlling NVDA require you to hold down"
3737
" the NVDA key while pressing other keys.\n"
38-
"By default, the numpad Insert and main Insert keys may both be used as the NVDA key.\n"
38+
"By default, the Insert and numpad Insert keys may both be used as the NVDA key.\n"
3939
"You can also configure NVDA to use the CapsLock as the NVDA key.\n"
4040
"Press NVDA+n at any time to activate the NVDA menu.\n"
4141
"From this menu, you can configure NVDA, get help, and access other NVDA functions."

user_docs/en/userGuide.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ However, you can enable or disable the data gathering process manually in NVDA's
415415
Most NVDA-specific keyboard commands consist of pressing a particular key called the NVDA modifier key in conjunction with one or more other keys.
416416
Notable exceptions to this are the text review commands for the desktop keyboard layout which just use the numpad keys by themselves, but there are some other exceptions as well.
417417

418-
NVDA can be configured so that the numpad Insert, Extended Insert and/or Caps Lock key can be used as the NVDA modifier key.
419-
By default, both the numpad Insert and Extended Insert keys are set as NVDA modifier keys.
418+
NVDA can be configured so that the Insert, numpad Insert, and/or Caps Lock key can be used as the NVDA modifier key.
419+
By default, both the Insert and numpad Insert keys are set as NVDA modifier keys.
420420

421421
If you wish to cause one of the NVDA modifier keys to behave as it usually would if NVDA were not running (e.g. you wish to turn Caps Lock on when you have set Caps Lock to be an NVDA modifier key), you can press the key twice in quick succession.
422422

0 commit comments

Comments
 (0)