Snoothy / UCR

Universal Control Remapper [Alpha]
MIT License
834 stars 84 forks source link

I want to make the class name of the UCR application a fixed name. #318

Open superuser7777 opened 6 months ago

superuser7777 commented 6 months ago

Currently it is a unique class name. HwndWrapper[UCR.exe;;996a82ff-e9ca-43f6-87a4-a0d515ddfaf4]Universal Control Remapper wndclass

superuser7777 commented 5 months ago

If you specify UCR.exe and get the class name, you will get the class name "CiceroUIWndFrame" and an unknown hwnd. Does anyone know how to get the exact class name of UCR.exe from AHK?

Imgur Image

WinGet, UCR_hwnd, ID, ahk_exe UCR.exe
WinGetClass, UCR_class, ahk_exe UCR.exe
MsgBox,,,% UCR_class "`n" UCR_hwnd