-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Cannot open tab's context menu (e.g. go to next diff) with keyboard #8500
Comments
@alexandrudima works for me when using "on screen keyboard" pressing the context menu key: I do not know about Shift+F10. |
All I have is a context menu event handler on the DIV that is the tab, so I am not sure what else I need to do. |
Actually Shift+F10 also works for me, just tried. |
@bpasero The context menu key works for me too. Under Windows, I think it is expected that Shift+F10 also opens the context menu. Maybe for keyboards without a context menu key? AFAIK that needs a manual listener. i.e.:
|
@alexandrudima for me it just works, when I press Shift+F10 on a tab that has focus (with blue outline) I get the menu. Weird that you are not? |
Even on my thinkpad without VM and without the context menu key. |
@bpasero I can show on my machine |
Testing #7854
I tried moving focus to a tab and pressing shift-f10.
You need to listen for Shift+F10 and bring up the context menu (e.g. tree widget also does it.)
The text was updated successfully, but these errors were encountered: