You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added mouse support (#43) to select an entry using the wheel, confirm with left click and cancel with right click.
This feature is disabled by default unless the setting mouse-enable is set to true.
It works as intend with a mouse, to select, close or submit. But it does not work with scrolling gesture as I was wrongly expected.
I have doubt about the naming of the option to mouse-enable when compared to the other options. For example history or text-cursor aren't suffixed with -enable even tho that's they enable a feature. IMHO having it named mouse would look more consistent in regard to the existing options.
It works as intend with a mouse, to select, close or submit. But it does not work with scrolling gesture as I was wrongly expected.
I don't have any gesture device to test it. If someone can implement it and test it I can do a merge.
I have doubt about the naming of the option to mouse-enable when compared to the other options. For example history or text-cursor aren't suffixed with -enable even tho that's they enable a feature. IMHO having it named mouse would look more consistent in regard to the existing options.
Good point, done
marc24force
changed the title
Mouse support using mouse and wheel
Mouse support using wheel and buttons
Dec 28, 2024
When I run it, it seems to always revert back to first option. It gives the illusion of scrolling for a a millisecond before reverting to first option in list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added mouse support (#43) to select an entry using the wheel, confirm with left click and cancel with right click.
This feature is disabled by default unless the setting mouse-enable is set to true.