I'm trying to remap the following commands to new shortcuts:
To Lowercase -- Ctrl+Shift+L
To Uppercase -- Ctrl+Shift+U
To resolve conflicts, I removed the pre-existing assignments, so that my two configuration files look like this:
editor_bindings.json
{
"expandtoline" : "",
"tolowercase" : "Ctrl+Shift+L",
"touppercase" : "Ctrl+Shift+U"
}
rstudio_bindings.json
{
"devtoolsLoadAll" : "",
"yankBeforeCursor" : ""
}
However, the shortcuts do nothing. I tried restarting RStudio, to no avail. Any help appreciated.
Technical details:
Windows 10, 64 bits
RStudio 1.1.453
Keybindings option : default