question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

run code hotkey (ctrl + alt + n) doesn't work

See original GitHub issue

Hi,

I am running VSCode 1.21.1 on Windows 10. Pretty vanilla installation without much customizations. When pressing ctrl+alt+N, nothing happened in VSCode, not even an error message. Right mouse click to run code and the play button on top right corner to run code work fine.

I tried 4 main hotkeys of Run Code (Ctrl + Alt + J, N, K, M). Only the Ctrl+Alt+M responds but it’s due to that hotkey is assigned to send Mel code to Maya.

Anyone experiencing this?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:32 (4 by maintainers)

github_iconTop GitHub Comments

55reactions
nishnat-rishicommented, May 5, 2020

This was working properly for me until recent VSCode update. Now character “ṇ” gets printed even if ctrl+alt+N is mapped to Run Code in key mappings.

This is definitely a issue that needs fixing.

Not working in version 1.31.1. Was working before that.

As mentioned above a different key binding works but default behavior should not change abruptly.

Steps to fix:

Search for ‘Advanced keyboard settings’ in Windows 10 settings. Ensure the drop-down menu option under ‘Override for default input method’ is set to ‘Use language list (Recommended)’. Go to ‘Language settings’, Make sure under ‘Preferred languages’, first option is set to ‘English (United States)’. Click on it. Click on ‘Options’. Under ‘Keyboards’, remove whatever keyboard is there, and add ‘US’ keyboard instead. It should be fixed now.

I believe the offending keyboard is ‘English (India)’, because the ‘ṇ’ character (and you can produce other such ‘weird’ characters with Ctrl+Alt+<letter>) is a Devanagari transliteration character used to write phonetically correct Devanagari words in Romanized form.

28reactions
asifur-rahman1commented, Oct 20, 2020

Just turn on the NumLock -_-

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to edit the shortcut for runnig code in visual studio code ...
Go to settings ----(On the bottom left of your screen on vs code, click on the cog); Click on keyboard shortcuts; Search the...
Read more >
Keyboard Shortcuts Not Working: Solved
If NONE of these shortcut fixes work for you, you most likely have a hardware issue. That means you probably need to replace...
Read more >
Keyboard shortcuts for Windows - Visual Studio Code
Quick Open, Go to File… Ctrl+Shift+N. New window/instance. Ctrl+Shift+W. Close window/instance. Ctrl+,. User Settings. Ctrl+K Ctrl+S. Keyboard Shortcuts.
Read more >
JetBrains Rider - Keyboard shortcut not working?
First of all, check whether the shortcut should work as you expect. It may be obvious for shortcuts like Ctrl+C and Ctrl+V ,...
Read more >
Keyboard shortcuts - Visual Studio (Windows) | Microsoft Learn
Run code analysis on solution, Alt+F11, Build. ... Line open above, Ctrl+Enter [Text Editor], Edit. ... New web site, Shift+Alt+N, File.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found