ITachiLab / hotkey-detective

A small program for investigating stolen key combinations under Windows 7 and later.
GNU General Public License v3.0
403 stars 17 forks source link

Process path is empty #19

Closed pieterdegraeuwe closed 11 months ago

pieterdegraeuwe commented 11 months ago

I noticed since a few days that some shortcuts(kotkeus) in min IDE (IntelliJ IDEA) are not working anymore. I came across this tool.

It seems indeed to detect some shortcuts. However. Some aren't. (the ones dat are working in my IDE). The ones that aren't working in my IDE, are detected by hotkey-detective, but the path is empty. (see screenshot CTRL+ALT+L) image Any ideas how I can find out what is causing this?

Thanks!

mustafadakhel commented 11 months ago

@pieterdegraeuwe i am currently facing the exact same problem (been facing it for the past week), same shortcut and same ide, and after trying this tool, the path is empty, so i am currently unable to reformat my code since this shortcut is used for that purpose in the ide, did you find any solution for it?

mustafadakhel commented 11 months ago

@pieterdegraeuwe it was Asus Armory Crate for me, they released an update that captures the CTRL ALT L shortcut at all times without notice, if you're using an asus too, you can change it by going to armory crate->devices->your device->resource monitor->enable real-time monitor on the right side panel, and click the button to change its settings, dont forget to disable it again, although even when its disabled its still capturing the shortcuts

jlhervy commented 11 months ago

@pieterdegraeuwe it was Asus Armory Crate for me, they released an update that captures the CTRL ALT L shortcut at all times without notice, if you're using an asus too, you can change it by going to armory crate->devices->your device->resource monitor->enable real-time monitor on the right side panel, and click the button to change its settings, dont forget to disable it again, although even when its disabled its still capturing the shortcuts

Thanks a lot !!! I was searching why CTRL ALT L would not work anymore in jetbrains' IDE / VS Code

pieterdegraeuwe commented 11 months ago

@pieterdegraeuwe it was Asus Armory Crate for me, they released an update that captures the CTRL ALT L shortcut at all times without notice, if you're using an asus too, you can change it by going to armory crate->devices->your device->resource monitor->enable real-time monitor on the right side panel, and click the button to change its settings, dont forget to disable it again, although even when its disabled its still capturing the shortcuts

Correct, also using Asus here. Changing those hotkey's to something else solves the problem. Pitty you can't just remove the hotkey completely. Anyway. Problem solved. Thanks!