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

Allow binding mouse buttons to commands #2573

Merged
merged 1 commit into from
Aug 27, 2023
Merged

Conversation

riverbl
Copy link
Contributor

@riverbl riverbl commented Aug 27, 2023

Allows specifying bindings that use mouseforward, mouseback and mousemiddle.

Does not allow specifying bindings that use the primary two mouse buttons.

Closes #2572.

I haven't added an entry to CHANGELOG.md, but can do if you'd like.

Allows specifying bindings that use mouseforward, mouseback and mousemiddle

Does not allow specifying bindings that use the primary two mouse buttons
@MinusGix MinusGix added the A-ui Area: UI rendering and interactions label Aug 27, 2023
@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Merging #2573 (5a92dda) into master (56a98b9) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #2573      +/-   ##
==========================================
- Coverage   11.90%   11.90%   -0.01%     
==========================================
  Files         141      141              
  Lines       42703    42717      +14     
==========================================
  Hits         5084     5084              
- Misses      37619    37633      +14     
Files Changed Coverage Δ
lapce-app/src/app.rs 0.00% <0.00%> (ø)
lapce-app/src/main_split.rs 0.00% <0.00%> (ø)
lapce-app/src/terminal/panel.rs 0.00% <0.00%> (ø)
lapce-app/src/window.rs 0.00% <0.00%> (ø)
lapce-app/src/window_tab.rs 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dzhou121 dzhou121 merged commit ab8af33 into lapce:master Aug 27, 2023
8 of 10 checks passed
@panekj panekj added this to the Next release milestone Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: UI rendering and interactions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow binding mouse buttons to commands
4 participants