I was typing in Visual Studio Code
and I slammed at a lot of keys and from that moment for some reason when I press ctrl + alt + n
I get }
and can't run my program with that keysbind anymore eveh tho it stil says over the run button that ctrl + alt + n
is stil shortcut for it, can someone please help me reset that so i can run my program with ctrl + alt + n
.
Asked
Active
Viewed 249 times
0

MD. RAKIB HASAN
- 3,670
- 4
- 22
- 35

user15000738
- 1
- 1
1 Answers
1
Have you looked here to see your existing shortcuts? The search box at the top is quite friendly:
File > Preferences > Keyboard shortcuts
Have you looked here to see the list of all commands, with their shortcuts (if any)?
View > Command Palette

mosaic
- 93
- 1
- 3
-
Yes and as I said, it says that the bind is "ctrl + alt + N" for the code run, but when I press that it just writes "}". It is like that windows keybind takes priority over my Visual Studio Code command. – user15000738 Oct 13 '21 at 07:21