Skip to content

Rewording in Input Gestures#10877

Merged
feerrenrut merged 4 commits into
nvaccess:masterfrom
ehollig:I10814_and_I10301
Jun 16, 2020
Merged

Rewording in Input Gestures#10877
feerrenrut merged 4 commits into
nvaccess:masterfrom
ehollig:I10814_and_I10301

Conversation

@ehollig

@ehollig ehollig commented Mar 15, 2020

Copy link
Copy Markdown
Contributor

Link to issue number:

Fixes #10814
Fixes #10301

Summary of the issue:

Someone searching input gestures for "reset configuration" would not find the keystroke for resetting configuration in NVDA's input gestures dialog because the word reset is not used in the description.

Also, the shortcut key NVDA+B (speakForeground), in the input gestures dialog has a description that does not align with the user guide. Someone searching for this script using keywords that is present in the user guide will not be able to find this keystroke.

Description of how this pull request fixes the issue:

Update the word reset in the input gestures dialog for the reset configuration script so it now says:
Pressing three times resets to factory defaults

Also updated the script description for speakForeground so it aligns with the user guide and now says:
Reads all controls in the active window

Testing performed:

Known issues with pull request:

None known

Change log entry:

A few scripts have been clarified in the input gestures dialog

@AppVeyorBot

Copy link
Copy Markdown

See test results for failed build of commit 67c8e128b2

@lukaszgo1

Copy link
Copy Markdown
Contributor

@ehollig When modifying scripts it is a good practice to convert them to script decorator.

@josephsl

josephsl commented Mar 15, 2020 via email

Copy link
Copy Markdown
Contributor

@lukaszgo1

Copy link
Copy Markdown
Contributor

While commend at the top of globalCommands would be helpful indeed, it should also be added to the contributing page on the wiki IMO.

@feerrenrut feerrenrut added the bug label Apr 8, 2020
@lukaszgo1

Copy link
Copy Markdown
Contributor

@ehollig Are you planning to work further on this one?

@ehollig

ehollig commented May 8, 2020

Copy link
Copy Markdown
Contributor Author

I would like to work further on this one, however I am not sure how to proceed or why AppVeyorBot failed.

@josephsl

josephsl commented May 8, 2020

Copy link
Copy Markdown
Contributor

Hi,

After merging latest master, you must do the following in order:

scons source (optional but highly recommended)
scons tests
scons lint base=origin/master

For the latter two, read the output carefully and fix issues. Run the item again until no errors are found, then move onto the next item.

Thanks.

@feerrenrut feerrenrut left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll look at fixing the appveyor build failure.

@feerrenrut feerrenrut merged commit dec9e95 into nvaccess:master Jun 16, 2020
@nvaccessAuto nvaccessAuto added this to the 2020.2 milestone Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update description for Revert Configuration in Input Gestures dialog Input gesture name for NVDA+b command is not obvious

6 participants