System details:
Positron and OS details:
Positron Version: 2025.04.0 (system setup) build 173
Code - OSS Version: 1.97.0
Commit: a66eb31
Date: 2025-03-24T02:57:55.373Z
Electron: 32.2.7
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26120
Interpreter details:
Describe the issue:
The keyboard shortcuts Alt + - and Ctrl + Shift + M does not work in R cell if there are 3 python cells above
Steps to reproduce the issue:
- Create a blank
.qmd file
- Add 3 python code chunks then a R code chunk. Try to use keyboard shortcut here
```{python}
a = 1
```
```{python}
b = 2
```
```{python}
c = 3
```
```{r}
x
```
Expected or desired behavior:
Work normally
Were there any error messages in the UI, Output panel, or Developer Tools console?
N/A