ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Tool to find where a hotkey press goes?

(1/2) > >>

kunkel321:
Ctrl+Alt+Shift+C stopped working in one of my apps.  I think it's because I probably assigned it to a different app and can't remember which..  :-\   Is there a tool that can "detect" which app is using the keypress?  I see some info about a tool called Spy++, but I think you have to have Visual Studio installed to use that.  Do you guys know of any other utilities to do this?  I'm on Win 10.

EDIT:  I figured it out...  I had an AHK thing set to that hotkey.

Insistently, I don't think it's possible to "see" where hotkeys go in Windows.  Nirsoft has an app that will tell you which hotkeys are free vs used.  It can't tell you what they are assigned to though.
https://www.nirsoft.net/utils/hot_keys_list.html

skwire:
Insistently, I don't think it's possible to "see" where hotkeys go in Windows.  Nirsoft has an app that will tell you which hotkeys are free vs used.  It can't tell you what they are assigned to though.
https://www.nirsoft.net/utils/hot_keys_list.html-kunkel321 (February 03, 2022, 05:00 PM)
--- End quote ---

You are correct; it is not possible to see which app has which global hotkey, only that a given global hotkey is in use.


mouser:
It's things like this that Microsoft should be improving with new versions of windows, making it possible to more easily troubleshoot.

x16wda:
I could swear there was a tool that was discussed here years ago with the need to do just that (the mapping)... I don't think there was complete success at that time but I remember the discussion!

Nod5:
I could swear there was a tool that was discussed here years ago
-x16wda (February 04, 2022, 05:50 AM)
--- End quote ---
This thread perhaps https://www.donationcoder.com/forum/index.php?topic=51433.msg445306#msg445306

@kunkel321 For AutoHotkey scripts that you have the .ahk source for try my suggestion from the above thread: use ripgrep to near instantly search through all .ahk source files for a hotkey string e.g. ^y::

Navigation

[0] Message Index

[#] Next page

Go to full version