Skip to content
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

Keytips should be cancelled if Alt+Num0 is pressed #241

Closed
pekspro opened this issue Jan 9, 2016 · 3 comments
Closed

Keytips should be cancelled if Alt+Num0 is pressed #241

pekspro opened this issue Jan 9, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@pekspro
Copy link
Contributor

pekspro commented Jan 9, 2016

In a textbox you could press Alt followed by for instance 0178 on the numeric keyboard to enter special characters. If a Ribbon is used in the same window this causes some issues.

When Alt is pressed key tips are shown. This is fine. However, when 0 is pressed on the numeric keyboard the ribbon should stop listen for keys. Both Word and Explorer has this behavior.

I’ll tried to fix this myself. I figured out that something should be done in KeyTipService.OnWindowKeyDown but then I’ll gave up :-).

@batzen
Copy link
Member

batzen commented Jan 9, 2016

It's not only Num0 but any "Num"-Key.

@batzen batzen added the Bug 🐞 label Jan 9, 2016
@batzen batzen self-assigned this Jan 9, 2016
@batzen batzen added this to the 4.0.0 milestone Jan 9, 2016
@pekspro
Copy link
Contributor Author

pekspro commented Jan 9, 2016

Your responses are insanely fast :-)

@batzen batzen closed this as completed in c6ca4a9 Jan 10, 2016
@pekspro
Copy link
Contributor Author

pekspro commented Jan 10, 2016

Now it works like a charm! Thanks! :-)

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

No branches or pull requests

2 participants