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

kitty does not pass middle click to applications #2368

Closed
tertium opened this issue Feb 16, 2020 · 0 comments
Closed

kitty does not pass middle click to applications #2368

tertium opened this issue Feb 16, 2020 · 0 comments

Comments

@tertium
Copy link

tertium commented Feb 16, 2020

In mouse.c, middle click events are unconditionally handled by kitty. This breaks applications, such as vim or elinks, that assign specific functions to middle clicks.

When mouse events are tracked by the application, an expected behaviour would be to paste selection when terminal_select_modifiers are pressed, and to send the event to the application otherwise. Possible implementation.

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

No branches or pull requests

1 participant