microsoft / microsoft/AzureStorageExplorer
Support right click context menu for text inputs in the Edit Entry and Message Text dialogs
@craxal is already working on this.
Since Feb 9, 2026.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Problem
I am unable to efficiently operate the Add Message or Edit Entry dialog boxs using the mouse alone. This is a significant accessibility issue for people with physical impairments who struggle to use keyboard shortcuts or to switch between mouse and keyboard. Storage Explorer lack keyboard accessibility options in most of it's interfaces, it is a very mouse focused interface, however when it comes to text entry, standard context menus that can be driven from the mouse are not supported.
Desired Solution
Right click on the Message Text input (or pressing the menu key, or shift+F10) should display the standard context menu for text entry that includes options like 'Paste'
Alternatives and Workarounds
The only workaround is to click or tab into the Message Text and then to use the keyboard short cut ctrl+v to paste content into the messages box or to manually type the message.
Additional Context
Messages for queues are often very specific in their content or involve unique Ids that are not reliable to enter manually by hand, this means that pasting exact content from other sources is most commonly the primary function that data explorer operators are likely to require. It is strange that this OS standard feature is not present in this application.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.