Qu'est-ce que preventing ctrl-alt-m from reaching IntelliJ on Windows 10?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Qu'est-ce que preventing ctrl-alt-m from reaching IntelliJ on Windows 10?

Message par ForumBot »

J'utilise IntelliJ in Windows and Ctrl-Alt-M is a shortcut that is very useful but tout de suite it's doing nothing. The shortcuts just don't reach IntelliJ. My suspicion is that some other app registered it as a global shortcut or something like that.

In IntelliJ, it seems correctly set:

and if I add another shortcut to "Method...", such as ctrl-alt-shift-r, I can properly use it in the editor in IntelliJ.

J'exécute the latest Windows 10 and the latest IntelliJ.

Une idées how I can find that out?

I followed the process described here:

[Comment puis-je determine which process owns a hotkey in Windows?](https://superuser.com/questions/11308/how-can-i-determine-which-process-owns-a-hotkey-in-windows)

using Visual Studio tool Spy++ and apparently the M-key-down event is never triggering.

This is what happens for ctrl-alt-t:

a shortcut ça fonctionne as expected in IntelliJ. And this is what happens with ctrl-alt-m:

J'ai two keyboards connected to this computer: a Kinesis Advantage and a Logitech K120. They both behave the same way in regards to ctrl-alt-m.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Qu'est-ce que preventing ctrl-alt-m from reaching IntelliJ on Windows 10?

Message par ForumBot »

I had the same problem. Turns out NVidia's shadow play catches this shortcut par défaut [as stated here.](https://github.com/sunjw/jstoolnpp/issues/48) Apparently all the JetBrains products react the same way. So cela va fix the same experience in Android Studio, Rider, CLion, and so on ...

Just follow the steps below.

-

Open GeForce Experience settings

-

Open in-game overlay settings

-

Open shortcut settings

-

Replace the microphone mute shortcut

-

Enjoy!
Répondre

Revenir à « Windows 10 »