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
Is your feature request related to a problem? Please describe.
For me, when on Linux (X11), mouse selection copy to clipboard in wezterm is always done with a keybind: Ctrl-Shift-c
But it is always hard to reach, and using it often (because firefox doesn't understand primary selection) is cumbersome, and I don't want to permanently use my precious Alt-c key (very easy to reach!) that I use for copy in all my terminal programs.
Describe the solution you'd like
I want to be able to bind Alt-c to copy mouse selection to clipboard, ONLY when there is an active mouse selection, otherwise send Alt-c to the terminal program.
Needed functions:
has_mouse_selection() (returns bool)
get_mouse_selection() (returns string or nil)
copy_to(destination)
Describe alternatives you've considered
Waiting... but that doesn't work ^^
Or keep using Ctrl-Shift-c keybind, but it's always hard to reach...
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your feature request related to a problem? Please describe.
For me, when on Linux (X11), mouse selection copy to clipboard in wezterm is always done with a keybind: Ctrl-Shift-c
But it is always hard to reach, and using it often (because firefox doesn't understand primary selection) is cumbersome, and I don't want to permanently use my precious Alt-c key (very easy to reach!) that I use for copy in all my terminal programs.
Describe the solution you'd like
I want to be able to bind
Alt-c
to copy mouse selection to clipboard, ONLY when there is an active mouse selection, otherwise send Alt-c to the terminal program.Needed functions:
has_mouse_selection()
(returns bool)get_mouse_selection()
(returns string or nil)copy_to(destination)
Describe alternatives you've considered
Waiting... but that doesn't work ^^
Or keep using Ctrl-Shift-c keybind, but it's always hard to reach...
The text was updated successfully, but these errors were encountered: