MUCollective / multiverse

R package for creating explorable multiverse analysis
https://mucollective.github.io/multiverse/
GNU General Public License v3.0
62 stars 5 forks source link

Shortcuts do not work #99

Closed abhsarma closed 2 years ago

abhsarma commented 2 years ago

This might be an RStudio issue, but currently defining keyboard shortcuts do not work. Once a shortcut is defined, and the user closes the RStudio instance, the keyboard shortcut gets removed when RStudio is opened again.

This article talks about how to customize keyboard shortcuts, but I am unable to find the JSON files as described in the post

I think this is most likely because the directory ~/.config/rstudio/keybindings/ does not exist for me. If this is the case, then users will not be able to define and save their own keybindings.

Currently, the solution appears to be:

  1. create directory ~/.config/rstudio/keybindings/
  2. open RStudio
  3. modify shortcut

This should hopefully work, but it would be annoying for users to have to perform step 1.

abhsarma commented 2 years ago