-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Disable (or Customize) key to suppress mouse events #4875
Comments
I know I'll get corrected if I'm wrong, but from what I recall, shift is pretty universally the "I want the terminal to use this mouse event, not the client app" key. I'm not sure if other terminals let you change that. That's what I can remember about this at least. IIRC there's even some comment in the conhost code about this 😄 |
Triaged into 1.x. |
I think it's not described in the initial request, but the comment above to disable the mouse input behavior would be a very useful feature as well. So along with customization and disabling the disable, it would be nice to just have an outright 'off'. |
Description of the new feature/enhancement
Work item introduced by #4856. Shift is used to suppress mouse events. A user may want to disable this feature.
If we want to be able to customize it (which I don't think anybody is asking for but I'll include the idea in here anyways), this may be a part of #1553.
The text was updated successfully, but these errors were encountered: