I know there is a whole lot of possibilities to use Addins and while I am able to use the existing ones, I can't add my own, yet.
I have read this blog but can't see any button on modify keyboard shortcuts that allows to add a new shortcut.
http://rstudio.github.io/rstudioaddins/
I have also installed the recommended packages to see the examples.
devtools::install_github("rstudio/addinexamples", type = "source")
I can't get to add a simple shortcut for %in%.
I am able to successfully call it using addinexamples::insertInAddin() but can't map it to a keystroke yet. I want ctrl-I to be mapped to it.
Can someone give me the exact steps?
Thanks