-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add Context Menu Key #457
Labels
enhancement
Enhancement to existing features
Comments
A workaround is to press shift+f10 |
s1hofmann
added a commit
to nut-tree/libnut-core
that referenced
this issue
Mar 2, 2023
cmd, right_cmd win, right_win alt, right_alt control, right_control menu fn
s1hofmann
added a commit
to nut-tree/libnut-core
that referenced
this issue
Mar 2, 2023
s1hofmann
added a commit
that referenced
this issue
Mar 2, 2023
s1hofmann
added a commit
to nut-tree/libnut-core
that referenced
this issue
Mar 2, 2023
* (nut-tree/nut.js#457) Add and expose additional keys cmd, right_cmd win, right_win alt, right_alt control, right_control menu fn * (nut-tree/nut.js#457) Missing comma
s1hofmann
added a commit
that referenced
this issue
Mar 3, 2023
Published with release v3.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The context menu key performs the same action as the right click key but in the location of the keyboard cursor.
This key is currently missing from the Key enum.
Main use case for me is when I want to right click on some text that I'm writing, but it I can't know where the current text that I'm writing is located on the screen, and using template matching to find the blinking cursor doesn't work and causes false positives.
Adding the context Manu key will allow me to access the right click menu on the location I want without having to worry about finding the correct location.
I can provide more information as requested. Thank you.
The text was updated successfully, but these errors were encountered: