-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Terminal] SomeKey Can't Work #5749
Comments
test on gitpod.io browers example also can't work |
i add config to keymap.json fix this problem
maybe cause by #5326 |
It works for me. @kittaakos @vince-fugnitto Could you try as well? |
@502647092 Which os and browser versions? |
windows10 chrome 75.0 |
@kittaakos Not Copy |
Well, yeah both cannot work. I can confirm, I could not SIGTERM the process from the terminal with |
So it is not a regression? |
Yeah, seems to be a bug. I tried if disabling the copy in the terminal helps as quick workaround, but no.
|
But my exception can be an unrelated issue. |
maybe is context problem? |
Experiencing the same. Now Ctrl+C to terminate the command doesn't work, same setup. Windows 10 Chrome 75 |
I think we should copy by Ctrl+C in case if terminal has selection otherwise we shouldn't handle this hotkey at all. |
My only guess would be that somewhere in https://github.com/theia-ide/theia/blob/master/packages/core/src/browser/keybinding.ts#L557 its trying to apply ctrl+c for copy instead. I don't have a windows machine but I'll try to get one so I can find out whats causing the issue |
Yes, it looks like there are 2 bindings matching and order before was different. A agree with #5749 (comment) one this bindings should have more specific context or when closure to disambiguate. @JPinkney we revert for now, please open a new PR |
Reopen it since it should be taken into the consideration when someone reverts dd51244 |
This comment has been minimized.
This comment has been minimized.
Was able to trace this back to this commit: 62c9a83 |
@tsmaeder I think it is a new regression. Could you file a new issue please with reproducible steps? I will have a look at it tomorrow. |
@akosyakov recent version cause Tmux can't received prefix |
resolved by #7839 |
Description
latest version in terminal
Ctrl + C Can't Work on terminal
Reproduction Steps
OS and Theia version:
Diagnostics:
The text was updated successfully, but these errors were encountered: