Allow user to modify mouse bypass modifier to 'alt' #11210
Unanswered
Nelyah
asked this question in
Feature Requests, Ideas
Replies: 2 comments 2 replies
-
|
Moved to feature request since this warrants discussion |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I think this is simply just rebinding mouse actions in the first place |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to change?
Hi,
I have a been using
ghosttyfor a while and really like it. As I continued to use it, a couple of pain points have appeared which I have decided to fix for myself and suggest a review. This is my first time touching any Zig code although it's been a technology I've been interested in a while.I have tried to keep the changes focused to my pain points, but it did cover a couple of issues. My pain points were:
altas an alternative - related to Remapping Mouse Actions #3848 but I didn't see a specific issue for this. If that's required I'm happy to submit one as wellctrlOrSuper + clickto click the URL (do not require "mouse capture bypass" to be pressed as well) Click URL outside vs inside tmux #9735Why do you want to make this change?
Being able to click URL without explciitely enabling mouse capture bypass in TUI apps (tmux, neovim) makes for a much better UX (imo). It is also the default behaviour in iterm2.
For being able to use
altas a mouse capture bypass modifier... It is the default initerm2and is something I've got really used to and find more practical. My proposed changes will not break current behaviour on that front (shiftstays the default).In case you want a preview of the changes I intend to submit, you can find them there: https://github.com/Nelyah/ghostty/
I acknowledge that:
Beta Was this translation helpful? Give feedback.
All reactions