Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New window shortcut (Shift + Cmd + N) rather opens new text file #4862

Open
matthewgson opened this issue Oct 1, 2024 · 2 comments
Open

Comments

@matthewgson
Copy link

It might be macOS only but I found the shortcut to open a new window (Shift + Cmd + N) doesn't work, but opens new text file.

@petetronic
Copy link
Collaborator

Is it possible that you have the RStudio Keymap Extension enabled? It registers the following shortcut:

{
"mac": "cmd+shift+n",
"win": "ctrl+shift+n",
"linux": "ctrl+shift+n",
"key": "ctrl+shift+n",
"when": "config.rstudio.keymap.enable",
"command": "r.createNewFile"
},

If you've found that the wrong shortcut is mentioned in menus, even with that extension disabled, it may also be issue #3993.

@matthewgson
Copy link
Author

RStudio keybinding was enabled and it works, thank you. It's a bit unexpected though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants