RStudio provides the option to use CTRL++ to zoom in on the whole workspace and I often hit that combination by accident, when I would like to execute selected code with CTRL+Enter. This is wasting time and I need to zoom out again afterwards.
So I would like to know if there's the possibility to disable these keybindings. These keyboard shortcuts are not available to edit under Tools - Modify Keyboard Shortcuts
.
Rstudio version 1.1.456.
Asked
Active
Viewed 832 times
3

hannes101
- 2,410
- 1
- 17
- 40
-
2it is not possible at the moment, there is a github request [link](https://github.com/rstudio/rstudio/issues/1683) to fix this. Also check this forum [post](https://support.rstudio.com/hc/en-us/community/posts/115009323688--Bugs-Shortcut-to-reset-the-editor-font-cannot-be-changed-or-disabled) where it gets confirmed. The github issue comes from this post. Rstudio doesn't support it by default. – mischva11 Aug 27 '18 at 12:17
-
1Thanks, subscribed to the github issue. Should I keep this open for future references and especially to provide a solution if it's fixed upstream. – hannes101 Aug 27 '18 at 12:25
-
There's "Zoom in" in Tools - Modify Keyboard Shortcuts. That doesn't work ? – Stéphane Laurent Aug 27 '18 at 13:22
-
I don't have a Shortcut defined there, but the zooming still is happening, so I think this might be something different. – hannes101 Aug 27 '18 at 13:42