Skip to content

[Feature]: Allow disabling accelerator keys and context menu in Find popup #5208

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

Open
pushkin- opened this issue Apr 15, 2025 · 2 comments
Open
Assignees
Labels
feature request feature request

Comments

@pushkin-
Copy link

Describe the feature/enhancement you need

When I show the Find popup, I get the default context menu and accelerator key support (e.g. Ctrl+P will attempt to print).

I want to be able to disable both for my purposes.

The scenario/use case where you would use this feature

I don't want context menu items like Emoji and Voice Typing in the Find popup. I suppose most of these items are innocuous.
This mostly came up because the Stop API isn't clearing the search term, so I have a workaround to select all the text in the popup programmatically and press backspace, but you can still press Ctrl+Z and undo that, seeing the previous search term.

While the Stop API isn't fixed, would be nice to block the undo. Though maybe having that in the context menu isn't what's making the hotkey work.

How important is this request to you?

Nice to have. There are other ways to tackle this, but having official API support would be beneficial.

Suggested implementation

No response

What does your app do? Is there a pending deadline for this request?

No response

@pushkin- pushkin- added the feature request feature request label Apr 15, 2025
@sivMSFT
Copy link

sivMSFT commented Apr 17, 2025

Hey @pushkin-, as you already mentioned earlier, there is a workaround for this issue. We will look into it and keep you updated.

@pushkin-
Copy link
Author

@sivMSFT What workaround? This is a new issue that came up recently; I don't know of a workaround for it. But regardless, it's likely a lower priority one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
None yet
Development

No branches or pull requests

3 participants