Skip to content

configuration profiles dialog. Added context menu and shortcuts for profiles#20435

Open
amirmahdifard wants to merge 1 commit into
nvaccess:masterfrom
amirmahdifard:ConfigProfilesContextMenu
Open

configuration profiles dialog. Added context menu and shortcuts for profiles#20435
amirmahdifard wants to merge 1 commit into
nvaccess:masterfrom
amirmahdifard:ConfigProfilesContextMenu

Conversation

@amirmahdifard

Copy link
Copy Markdown
Contributor

Link to issue number:

fixes #18169

Summary of the issue:

The configuration dialog was not supporting a context menu and shortcuts. When I Opened the issue, feedback suggestions came from users regarding the shortcuts (f2 to rename), (delete to delete) useful shortcuts

Description of user facing changes:

A context menu has been added to the profiles list of configuration profiles dialog and also shortcuts, focusing a profile, press f2 to rename the profile, and delete to delete the profile

Description of developer facing changes:

none

Description of development approach:

Added a on context menu method contaning actions and statements regarding taking care of profile actions are not available for normal configuration profile, and also added a charhook method, and bound them to the profiles list.

Testing strategy:

manual testing. Tested The configuration profiles dialog with the folowing. Tested that the context menu works, the actions inside it are all correctly working and bound to the existing methods. Same for onCharhook. Made sure that shortcuts are correctly working and bound to the existing rename and delete profiles method.

Known issues with pull request:

none

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@amirmahdifard amirmahdifard requested a review from a team as a code owner July 1, 2026 10:35
@amirmahdifard amirmahdifard requested a review from seanbudd July 1, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configuration profiles. Context menu support

1 participant