ctrl + shift + m (pipe operator) isn't working. I have checked my keyboard shortcuts. It's there.
It worked yesterday.
I will highly appreciate any solution.
Sessioninfo:
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
I have just modified the keyboard shortcut to "Ctrl + Shift + ."
It's working now.
I think the older keyboard shortcut for the pipe is compromised by something else idk.
Also same problem, it is also impossible to record again the shortcut "Ctrl + Shift + M" for the pipe operator, although any other letter would work. Really weird.
Please move on with the other letter. I have spent 1 day typing the pipe operator. It was like Hell. (Ohh yeah, it took me 24 hours to have the idea that I can change keyboard shortcut to something else. )
I changed mine to Ctrl + Shift + , (comma) so I only had to adjust my muscle memory over by one letter. lol
I don't know if it was always this way, but the current Keyboard Shortcuts also shows "Expand to Matching" as using the Ctrl + Shift + M shortcut in the Editor. BUT even when I removed that conflict, the original pipe shortcut still wouldn't work.
"Apricot Nasturtium" (aee44535, 2020-09-17) for Ubuntu Bionic
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
EDIT:
I can replicate the problem on another machine (edited 25.10.2021) working on local, hard-drive-installed R + RStudio versions rather than R Studio Server:
R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
Having the same problem as everyone else. There was another shortcut assigned to Ctrl+Shift+M, reassigning this made no difference and was unable to change it back. I tried updating RStudio to the latest release but it made no difference.
I am having the same issue, here is my R workspace.
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[Workspace loaded from H:/PhD/Projects/WOW Paper/.RData]
I reached out to the RStudio IDE team, who has helped folks diagnose this issue in the past. In their experience it's typically not a change to the IDE, and instead caused by another piece of software conflicting with RStudio's keyboard shortcuts. Here's an example of that, Pipe shortcut stops working (Win10)[SOLVED].
If this is the underlying cause of your pipe shortcut failing all-of-a-sudden, it would explain why changes to RStudio's shortcuts or reinstalling the IDE don't resolve the issue.
I would check to see if there was update to a commonly used piece of software caused it to take over our shortcuts.
Thanks for the response, I work with a Windows Computer, how do I find the software thats interfereing? I haven't installed anything intentionally to change it, so it has to be an update.
In my case the app that hijacked shortcut was WebEx. Ctrl + Shift + M switches to music mode. There is an option to disable this shortcut in WebEx call options, but it did not solve the problem. I have to turn off WebEx application completely to re-enable RStudio shortcut. Interestingly it takes few minutes after I turn on WebEx until the shortcut is hijacked again and stops working in RStudio.