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
Describe the solution you'd like
There are no such common shortcuts under Windows, and Ctrl + Click sometimes conflicts with the "Open URL" shortcut. If this is an operating system-specific issue or tradition, I think it can be combined with the operating system, not for all users.
Describe alternatives you've considered
I think it will be better:
if (event.which === 3) {
XXX
}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Why is the
Ctrl + Click
shortcut bound toRight Click
here?tabby/tabby-terminal/src/api/baseTerminalTab.component.ts
Line 712 in aab7e28
tabby/tabby-terminal/src/api/baseTerminalTab.component.ts
Line 718 in aab7e28
Describe the solution you'd like
There are no such common shortcuts under Windows, and Ctrl + Click sometimes conflicts with the "Open URL" shortcut. If this is an operating system-specific issue or tradition, I think it can be combined with the operating system, not for all users.
Describe alternatives you've considered
I think it will be better:
The text was updated successfully, but these errors were encountered: