-
Notifications
You must be signed in to change notification settings - Fork 72
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
Ctrl + C shortcut isn't working inside a build-in terminal in Visual Studio Code #51
Comments
I personally got around this problem by excluding VSC from all remappings and then do the mapping inside VSC itself. Then I use ctrl-c to break in Terminal and mac-c to copy. It's not up-to-date, but my fork is here for comparison. https://github.com/samuelneff/karabiner-windows-mode/tree/sam-additions |
I am also struggling with this very same issue. Have you come to any conclusion? |
@MNorgren Nope, I didn't find any reasonable or comfortable solution. For now, just closing and creating a new terminal in VSC whenever I need it to terminate it 😞 |
I've also having this problem, but in PyCharm. Would it be possible to only map the left |
I just made a change (#58) to use the suggestion of only using left control for the bind. @jedrzejchalubek @MNorgren @WhiteHotLoveTiger, please try the new binding and see if that at least serves as a decent workaround. There's also the alternative of leaving the IDE's off the CTRL+C binding altogether, meaning CMD+C would have to be used to copy, but that might be a worthy tradeoff? Let me know and we'll work at creating a worthwhile solution. |
It doesn't work well with the |
Any working solution for this? |
You can set a custom shortcut and target the terminal in vscode.
Note that I have already swapped |
I did a rule that when clicking
Hope this helps someone! |
This was such an amazing idea. I'm not sure why I didn't think of this before but I'm actually using Karabiner on a Mac and was facing the same issue. Using left_control for these windows_like combinations and then leaving the righ_control for Mac-Like combinations was the best solution for a problem that plagued me for the past couple of days. |
A standard
Ctrl + c
shortcut which terminates the current process is not working in the build-in VSC terminal. The same shortcut works perfectly in standard and iTerm terminals. I have all 'Complex modifications' enabled.I suppose it's a problem that we want keys to be remapped when using VSC, but disabled when focusing it's inside the terminal. There is any "way around" for this problem?
The text was updated successfully, but these errors were encountered: