-
Notifications
You must be signed in to change notification settings - Fork 27
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
how to disable right click context menu? #24
Comments
You should be able to register the appropriate event handler on the body element and direct it to call an AHK function |
when you say body element, do you mean javascript? I'm trying to avoid javascript/html methods and do it using AHK or Neutron WM_whatever events. I tried adding WM_RBUTTONDOWN := 0x204
but nothing happens and I'm not even sure how to test these events. I don't know what pressing f5 does in IE as I normally use Firefox but it's not triggering anything in the message box:
msgbox % this.modifiers wParam |
RButton:: Or u can do it with js
|
here:
|
Is there a way to disable right click context menu in Neutron? I noticed it has some disabled_shortcuts array but not sure how to use that or if that's relevant in this case?
The text was updated successfully, but these errors were encountered: