In current Mathematica interface, if I select some piece of code and press CMD + Shift + Enter, the code is evaluated in place. Replacing the selected part by the evaluated version.
The question is:
How can I create an equivalent, so that the evaluated code is presented below the current cell, instead of replace the selected part?
I'm studying R, and in RStudio you can just select some piece of code and press CMD + Enter to evaluate the result in the console. After some months using RStudio, I really miss this functionality in Mathematica interface. Maybe it's possible to hack KeyEventTranslations.tr to do that.