French gestures - Add second Magnifier zoom out gesture#20010
Merged
seanbudd merged 1 commit intonvaccess:masterfrom Apr 27, 2026
Merged
French gestures - Add second Magnifier zoom out gesture#20010seanbudd merged 1 commit intonvaccess:masterfrom
seanbudd merged 1 commit intonvaccess:masterfrom
Conversation
Contributor
Author
|
Cc @Boumtchack FYI |
34dca49 to
b119694
Compare
seanbudd
approved these changes
Apr 27, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Link to issue number:
None
Summary of the issue:
On French fr-fr keyboard layout, the magnifier zoom out gesture NVDA+shift+_ does not exist: "" is on the "8" key and the name of the key is "8", not "".
Description of user facing changes:
NVDA+shift+)can be used as magnifier zoom out gesture. On fr-fr keyboard layout, it is located next to the zoom in gesture.NVDA+shift+_ remains assigned, for other French keyboard layouts (fr-ca, fr-ch).
Both gestures work on fr-be layout.
Description of developer facing changes:
N/A
Description of development approach:
Updated
gestures.inifile.Testing strategy:
Tested with various French keyboard layouts.
Known issues with pull request:
fr-be layout have 2 valid gestures for zoom out.
That's not a big problem and in general, the fr
gestures.iniis made in priority for French (France) layout, where there are probably more French users.Code Review Checklist: