-
-
Notifications
You must be signed in to change notification settings - Fork 819
Add ability to scroll automatically in braille #19126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
154 commits
Select commit
Hold shift + click to select a range
5b411ab
Add ability to scroll automatically with braille
nvdaes ab1056e
Add ability to scroll automatically in braille
nvdaes 098bedc
Pre-commit auto-fix
pre-commit-ci[bot] b997c66
Beep instead of speaking message when scrolling is enabled, to avoid …
nvdaes 7e89c2c
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes d380d88
Added edit box to set the interval in seconds for autoScroll
nvdaes 01e4f87
Convert to milliseconds autoScrollTimeout
nvdaes 79d83f9
Add combo box for autoScroll intervals
nvdaes c3c7e47
Merge branch 'master' into brailleScroll
nvdaes f033be7
Save autoScroll interval option
nvdaes 5b6fca5
Pre-commit auto-fix
pre-commit-ci[bot] 572f1af
Use option for autoScrollInterval in config
nvdaes e1e8b70
Add commands to increase and decrease autoScroll
nvdaes 7ab4eb2
Pre-commit auto-fix
pre-commit-ci[bot] 3d60cd1
Update coment
nvdaes 43335b5
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes 6873bae
Use oneShot in autoScroll
nvdaes 17d52c6
Fix pyright analysis locally
nvdaes 3463e1d
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes a1a748c
Remove combo box to select how to calculate the autoScroll interval
nvdaes 22515bb
Pre-commit auto-fix
pre-commit-ci[bot] 5a26e26
Fix max and min timeout
nvdaes 96bab6d
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes ca22023
Pre-commit auto-fix
pre-commit-ci[bot] 6920874
Merge branch 'master' into brailleScroll
nvdaes 59b1694
Merge branch 'master' into brailleScroll
nvdaes a1b816b
Update braille.py
nvdaes 55cd1bb
Use autoScrollRate and timeout when appropriate
nvdaes 2b4d750
Pre-commit auto-fix
pre-commit-ci[bot] 619c02c
Update variables in globalCommands
nvdaes 3dce11a
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes e1acf80
Update braille
nvdaes a2c7611
Fixes
nvdaes a4e11b5
Pre-commit auto-fix
pre-commit-ci[bot] 9032f60
Merge branch 'master' into brailleScroll
nvdaes ff6880d
Update user guide
nvdaes a23a05a
Rename option
nvdaes bc64da2
Update user guide
nvdaes 3207953
Disable autoScroll when the session is locked
nvdaes 00ab1ae
Update user guide
nvdaes 3efcc0e
Update changelog
nvdaes f3a2041
Apply suggestions from code review
nvdaes 0734bb6
Apply suggestions from code review
nvdaes a6a142a
Pre-commit auto-fix
pre-commit-ci[bot] 367a301
Address code review
nvdaes dbcffc5
Pre-commit auto-fix
pre-commit-ci[bot] a8f2459
Improve toggling scroll handling message timeout
nvdaes f8630ea
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes 87f6ec8
Apply suggestions from code review
nvdaes 3d754c3
Merge
nvdaes b3052eb
Restore liblouis
nvdaes 72cc841
Increase maximum for scroll rate
nvdaes c19039d
Allow scrolling when braille follows speech
nvdaes 8f5eb26
Merge branch 'master' into brailleScroll
nvdaes b2a18f1
Merge branch 'master' into brailleScroll
nvdaes f3758fb
Use float for braille autoScroll rate
nvdaes b4c28b1
Use slider
nvdaes ece83ae
Pre-commit auto-fix
pre-commit-ci[bot] f5c6402
Update commands to change scroll rate
nvdaes 004b3f1
Merge
nvdaes 696ae2d
Pre-commit auto-fix
pre-commit-ci[bot] 1604a3a
Improve command
nvdaes 16acdf4
Merge
nvdaes 811e48b
Pre-commit auto-fix
pre-commit-ci[bot] 1b9a677
Fix lint
nvdaes 8dfe987
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes d7977d1
Add comments to explain why we are multiplying and dividing by 5 in s…
nvdaes 9c419c9
Pre-commit auto-fix
pre-commit-ci[bot] 73c2406
Merge master
nvdaes f466215
Merge master
nvdaes 2b81e48
Reset changelog
nvdaes 62520ec
Update changelog
nvdaes eb12323
Remove crash file
nvdaes 662cbc6
Fix an issue where autoScroll couldn't be toggled using braille speec…
nvdaes 039764d
Pre-commit auto-fix
pre-commit-ci[bot] 4b2444f
Update user guide
nvdaes 9a5182d
Merge
nvdaes 0255812
Merge branch 'master' into brailleScroll
nvdaes 057dd7a
Merge branch 'master' into brailleScroll
nvdaes c7464ac
Add spin double
nvdaes c7c0c86
Pre-commit auto-fix
pre-commit-ci[bot] 5f61788
Improve control
nvdaes 1e9af48
Merge branch 'master' into brailleScroll
nvdaes d152666
Revert "Add spin double"
nvdaes 899b083
Improve slider for braille scroll
nvdaes 6102d0e
Merge branch 'master' into brailleScroll
nvdaes e614982
Update globalCommands
nvdaes 597abaf
Pre-commit auto-fix
pre-commit-ci[bot] 8cb60a2
Merge branch 'master' into brailleScroll
nvdaes e763bc5
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes 040a79f
Remove unused variable
nvdaes 2588554
Merge branch 'master' into brailleScroll
nvdaes 49f0c26
Apply suggestions from code review
SaschaCowley 675ce64
Merge master
nvdaes a10bf9b
Use float values
nvdaes db11e4b
Pre-commit auto-fix
pre-commit-ci[bot] bcd20a9
Apply suggestions from code review
nvdaes ac16c86
Pre-commit auto-fix
pre-commit-ci[bot] 9e846e5
Add helper function
nvdaes 09c6b2e
Pre-commit auto-fix
pre-commit-ci[bot] 4072166
Update slider control
nvdaes 01c20e3
Update slider
nvdaes beecbf7
Import calculatePercentageFromRange at the top of the module
nvdaes 2ba1c3c
Import calculatePercentageFromRange at the method level to avoid crash
nvdaes d7c9604
Use calculateValueFromPercentage function for slider
nvdaes 3332bac
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes 50b26a8
Split helper functions according to single responsibility principle
nvdaes ecac3e9
Update slider
nvdaes d2862ca
Pre-commit auto-fix
pre-commit-ci[bot] ddf4146
Update changelog
nvdaes db5eb29
Update changelog
nvdaes 9c3a5bb
Remove unused variable
nvdaes 6c6f99e
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes 239e8ed
Merge branch 'master' into brailleScroll
nvdaes 9aa0b1c
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes a03aed3
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes 2d3e418
Update source/braille.py
nvdaes 246bb83
Update source/globalCommands.py
nvdaes 3efb045
Update source/globalCommands.py
nvdaes 63efb4d
Apply suggestion from code review
nvdaes 69e9a9c
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes ed44d22
Fix syntax for type annotation
nvdaes 4b98d3f
Pre-commit auto-fix
pre-commit-ci[bot] dfe17de
Address code review
nvdaes c3eb751
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes c9bdd86
Pre-commit auto-fix
pre-commit-ci[bot] 26b510e
Address feedback and type improvement
nvdaes 6238f38
Fix slider for braille scroll
nvdaes 8c5659c
Pre-commit auto-fix
pre-commit-ci[bot] 192bed8
Update changelog
nvdaes fccf6ac
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes 1772c06
Revert erroneous changes.
SaschaCowley 3e10878
Restore syntax with asterisks in typing
nvdaes f31bc5e
Merge branch 'master' into brailleScroll
nvdaes 2d33072
Update source/globalCommands.py
nvdaes 0682d6a
Update source/globalCommands.py
nvdaes 4b65963
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes db050d9
Fix keyPath annotation for several functions
nvdaes 3099abf
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes a59c98b
Add functions to config.conf
nvdaes bfe04c5
Move functions to the ConfigManager class
nvdaes 9e05281
Use function from config.conf
nvdaes 7e668bd
Remove functions from globalCommands
nvdaes 0d88ff9
Pre-commit auto-fix
pre-commit-ci[bot] f4e5f4b
Remove extra blank line in config module
nvdaes 2d85236
Pre-commit auto-fix
pre-commit-ci[bot] 3035f57
Update changelog
nvdaes 63550c6
Merge branch 'brailleScroll' of https://github.com/nvdaes/nvda into b…
nvdaes f6d2e9a
Pre-commit auto-fix
pre-commit-ci[bot] 62c99b1
Merge remote-tracking branch 'origin/master' into brailleScroll
nvdaes 169219a
Update user_docs/en/userGuide.md
seanbudd 8717fba
Merge branch 'master' into brailleScroll
nvdaes ea83478
Apply suggestion from review
nvdaes e2ef43c
Merge branch 'master' into brailleScroll
SaschaCowley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.