Skip to content

Commit 3502b71

Browse files
Merge ae511eb into a0a2868
2 parents a0a2868 + ae511eb commit 3502b71

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.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ However, you can enable or disable the data gathering process manually in NVDA's
434434
Most NVDA-specific keyboard commands consist of pressing a particular key called the NVDA modifier key in conjunction with one or more other keys.
435435
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.
436436

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

440440
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.
441441

0 commit comments

Comments
 (0)