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

Add Context Menu Key #457

Closed
otelo2 opened this issue Dec 15, 2022 · 2 comments
Closed

Add Context Menu Key #457

otelo2 opened this issue Dec 15, 2022 · 2 comments
Labels
enhancement Enhancement to existing features

Comments

@otelo2
Copy link

otelo2 commented Dec 15, 2022

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.

@s1hofmann s1hofmann added the enhancement Enhancement to existing features label Dec 15, 2022
@otelo2
Copy link
Author

otelo2 commented Dec 16, 2022

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
* (#457) Extended key enum

* (#457) Added new keys to libnut keyboard mapping
@s1hofmann
Copy link
Member

Published with release v3.1.0

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

No branches or pull requests

2 participants