-
Notifications
You must be signed in to change notification settings - Fork 3
Key binding Conflict Copy command #4
Comments
Hi thanks, Rbox was deployed using Hydrogen 1.22, the current version of Hydrogen is 2.2.0. |
Thanks. |
The "kernel interruption" is very important in programming, because you can stop running the code. To interrupt R's code under Mac's terminal, we use "Ctrl-C" which we also use under Rbox. I have not seen such problem. First update your kernels, http://jupyter.org/install.html and irkernel (Kernel for R), if it does not solve the problem, report the problem to the Hydrogen's developers "https://atom.io/packages/Hydrogen". |
Thanks for the update. I've updated the kernel and IRKernel for R and it is helping me run the R code on atom without affecting my regular python work. It's just I had to uninstall Rbox and do that. Appreciate your help. |
Ctrl+C is also conflicting with copy to clipboard on my machine. It does interrupt computation (I just tried a dummy plot with millions of points and interrupted it). The second post above says that it should be done by Ctrl+Shift+Q instead of Ctrl+C in the updated version of Rbox, or did I misunderstand? I installed Rbox, Jupyter and irkernel yesterday so I think they are up to date, running everything on Linux. I know shortcuts can be edited in Atom, but it might be better to keep the default action for Ctrl+C in Atom regardless of Rbox, since it is one of the most used and widespread shortcuts (I am used to using Ctrl+C for interruption in the Linux terminal, and using Ctrl+Shift+C instead when I want to copy, but I think it should be different in an IDE, plus the replacement Ctrl+Shift+C doesn't copy to clipboard in Rbox at the moment). |
Hi All,
I am facing this issue while pressing Ctrl-C in the Atom editor. Kernel interruption custom key binding conflicting with the copy command.
Please suggest something simple to circumvent this.
Thanks,
Vishal
The text was updated successfully, but these errors were encountered: