59

I'm using IntelliJ in Windows and Ctrl-Alt-M is a shortcut that is very useful but right now 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:

enter image description here

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

I'm running the latest Windows 10 and the latest IntelliJ.

Any ideas how I can find that out?

I followed the process described here:

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:

enter image description here

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

enter image description here

I have 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.

15
  • Does it do anything when IntelliJ is not in focus? Commented Jan 5, 2018 at 17:33
  • @BoffinbraiN: nope. Commented Jan 7, 2018 at 11:30
  • @DavidPostill: I added some more information that renders this question, I believe, no longer a duplicate. Commented Jan 7, 2018 at 19:10
  • Apparently Windows does not send a scan-code for it, so you can't see it in VS Spy. Why don't you map Ctrl-Alt-M to another shortcut that works (and is easier to type)? The keyboard mapping used to be under menu File / Settings / Keymap.
    – harrymc
    Commented Jan 9, 2018 at 14:38
  • @harrymc: I'm used to ctrl-alt-m and it's the default for creating a new method on IntelliJ, so, if I'm pairing with somebody else, I can do it on their machine and they can do it on my machine as well. Commented Jan 9, 2018 at 14:39

5 Answers 5

92

I had the same problem. Turns out NVidia's shadow play catches this shortcut by default as stated here. Apparently all the JetBrains products react the same way. So this will fix the same experience in Android Studio, Rider, CLion, and so on ...

Just follow the steps below.

  1. Open GeForce Experience settings

    Open GeForce Experience settings

  2. Open in-game overlay settings

  3. Open shortcut settings

    Open shortcut settings

  4. Replace the microphone mute shortcut

    Replace the microfone mute shortcut

  5. Enjoy!

6
  • 20
    Solved the problem for me. You're a lifesaver!
    – Joffrey
    Commented Feb 12, 2018 at 20:02
  • 1
    Thanks. Same issue with visual studio for the unity documentation shortcut. Now if I could figure out how to just unbind instead of replace it ... update: it's backspace
    – Daniel B.
    Commented May 25, 2018 at 5:23
  • @DanielB. I didn't quite unterstand it. You experience a similar issue in unity engine where a shortcut is captured by visual studio? Commented Jun 3, 2018 at 8:40
  • same goes for the shortcut ALT+F7 for "find code usage". As seen in the last screenshot above it is caught by Pause/resume broadcasting. So basically I removed all NVIDIA shortcuts. Commented Aug 8, 2018 at 12:39
  • 1
    This is just ransomeware, isn't it ? They sneek in and remap your keyboard. They change the way your battery behaves. What a bunch of idiots.
    – bvdb
    Commented Aug 15, 2021 at 20:12
2
+125

I have access to IntelliJ IDEA 10.5.4, so I tested the shortcut on a JavaScript file, and it worked perfectly well when a viable piece of code is selected. The problem seems local to your computer, although you are surely using another version than my old one.

What I can suggest :

  • The Microsoft article Windows keyboard shortcuts for accessibility shows that this shortcut is used by the Magnifier. You may disable the Magnifier, if it is enabled.

  • Check that the shortcut is well defined in your IntelliJ version. In mine this is located under menu File / Settings / Keymap, and I used the keyboard filter to isolate it :

IntelliJ IDEA Keymap for Ctrl+Alt+M

  • Check further by adding another keyboard shortcut to this item and seeing if the new one works.

  • Check even further by Booting Windows in Safe Mode. If the problem disappears then this shortcut is indeed blocked by some third-party product. You could use autoruns to turn startup products off in bunches and booting, until the product is found, finally turning them back on.

  • If you cannot absolutely find why this is happening, I suggest a solution using AutoHotkey, involving the mapping in IntelliJ IDEA of Ctrl-Alt-M to another shortcut, then using AutoHotkey to map Ctrl-Alt-M to the new shortcut.

6
  • 1
    Thanks @harrymc. Addressing some of your points: I'm not using the magnifier glass. I checked the config and there doesn't seem to be a way to disable shortcuts, only to turn off magnifying glass, which it is. I updated the question regarding IntelliJ's config. Commented Jan 10, 2018 at 12:00
  • 1
    Magnifier is probably not involved, but see this article.
    – harrymc
    Commented Jan 10, 2018 at 12:08
  • And what happens when booting in Safe Mode?
    – harrymc
    Commented Jan 11, 2018 at 7:05
  • in safe mode IntelliJ doesn't start, so, I couldn't test it. Commented Jan 13, 2018 at 10:10
  • Weird. Maybe you could try Safe Mode with Network.
    – harrymc
    Commented Jan 13, 2018 at 10:45
1

The following similar question may help: How can I determine which process owns a hotkey in Windows? There is an answer for Windows 10 in there.

Additionally, in this question, the user finds that Ctrl+M was being intercepted by the Bing toolbar. Not sure if Ctrl+M works for you, but it's something to investigate.

1
  • In Firefox Ctrl + M minimizes current window. If it works there, then Bing toolbar has nothing to do with it.
    – CoolMind
    Commented May 24, 2019 at 9:41
0

Macrium Reflect

Note that Macrium Reflect also configures Ctrl+Alt+M by default to bring up ReflectMonitor: https://knowledgebase.macrium.com/display/KNOW80/How+to+configure+the+ReflectMonitor+hot+key

If you don't have anything running then it's easy to spot because it will bring up the ReflectMonitor window, but if IntelliJ IDEA is running full screen, that window appears in the background.

-3

navigate to https://docs.microsoft.com/en-us/sysinternals/

download process monitor and run it

see if anything becomes active when you press Ctrl-Alt-M

3

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .