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

Option to disable mouse #355

Closed
mo8it opened this issue May 6, 2022 · 7 comments
Closed

Option to disable mouse #355

mo8it opened this issue May 6, 2022 · 7 comments
Projects

Comments

@mo8it
Copy link

mo8it commented May 6, 2022

Is there a way to disable mouse interaction completely?
I hate it when I accidentally touch the touchpad while editing and my cursor is then somewhere else :(
I also don't use the mouse in nvim. In my nvim config, the mouse option is set as an empty string.

It would be awesome if Goneovim would respect the mouse option :)

Thanks for the awesome GUI!

@akiyosi
Copy link
Owner

akiyosi commented May 7, 2022

@mo8it
Hi, Thanks for this issue report.

The problem was that Goneovim was ignoring UI events related to the mouse; I have fixed it so that Goneovim's mouse behavior changes according to the setting of Neovim's mouse option.
You can try it from the following CI job artifacts:

https://github.com/akiyosi/goneovim/actions/runs/2286282880

@mo8it
Copy link
Author

mo8it commented May 7, 2022

Thanks for the quick response!
I did try it out. Mouse clicks are disabled in this build, but scrolling is still active.

@mo8it
Copy link
Author

mo8it commented May 7, 2022

I guess the scrolling problem should be fixed with this commit: 2b6b2ca

But there is no build to test it.

btw.: How is the release cycle? The last official release is from about 5 months.

@mo8it
Copy link
Author

mo8it commented May 7, 2022

@akiyosi
One more question: Is there a way to send you some money for a drink? I would like to support your development :)

@MuhammedZakir
Copy link

I guess the scrolling problem should be fixed with this commit: 2b6b2ca

But there is no build to test it.

See https://github.com/akiyosi/goneovim/actions. You can find the apps for successful builds at the bottom of each action. They are called Artifacts in actions.

btw.: How is the release cycle? The last official release is from about 5 months.

In case you don't know, nightly versions are available: https://github.com/akiyosi/goneovim/releases/tag/nightly.

@akiyosi
Copy link
Owner

akiyosi commented May 8, 2022

@mo8it

I guess the scrolling problem should be fixed with this commit: 2b6b2ca

But there is no build to test it.

btw.: How is the release cycle? The last official release is from about 5 months.

It can be found at the bottom of the CI job execution results page below.

https://github.com/akiyosi/goneovim/actions/runs/2286936133

I will also be releasing the next v0.5.2 soon! :)

One more question: Is there a way to send you some money for a drink? I would like to support your development :)

Thank you for your kind offer.
However I do not intend to accept any financial assistance at this time. But such comments are very encouraging.

@mo8it
Copy link
Author

mo8it commented May 10, 2022

I did test it. No klicks and no scrolling with the mouse. Thank you!

@mo8it mo8it closed this as completed May 10, 2022
@akiyosi akiyosi added this to Done in v0.6.0 May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

3 participants