-
-
Notifications
You must be signed in to change notification settings - Fork 82
UI: Optional scrollbar and mouse support for the preview panel #563
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
UI: Optional scrollbar and mouse support for the preview panel #563
Conversation
just tested it on windows and mouse scrolling works |
Can't seem to get mouse scrolling working on my machine 🤔 Is there anything in particular I need to do or should it just work out of the box? |
the config lines are commented, I left it as opt in. just swap them
|
Ahhh my bad, thanks! need a bit more coffee 🫠 |
Works perfectly 👍🏻 I think this should be enabled by default instead of being an opt-in. |
Very nice! Great work 👍🏻 |
801b07f
into
alexpasmantier:cable-format-rework
cleaned up keybinding section from config @alexpasmantier you had this code before, perhaps there was a reason for it? ```rust if cfg!(not(windows)) { execute!(buffered_stderr, DisableMouseCapture)?; } ```
cleaned up keybinding section from config @alexpasmantier you had this code before, perhaps there was a reason for it? ```rust if cfg!(not(windows)) { execute!(buffered_stderr, DisableMouseCapture)?; } ```
…563) cleaned up keybinding section from config @alexpasmantier you had this code before, perhaps there was a reason for it? ```rust if cfg!(not(windows)) { execute!(buffered_stderr, DisableMouseCapture)?; } ```
it seems like |
cleaned up keybinding section from config
@alexpasmantier you had this code before, perhaps there was a reason for it?