In sublime text editor I can highlight text and then change its capitalization via keyboard shortcuts like "cmd+k, cmd+u" --> uppercase. Is there any equivalent functionality in RStudio's text editor? It's a workflow disruption to copy text to console for a toupper('my string') and then copy paste it back to my editor.