Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
superuser7777 opened this issue Nov 14, 2023 · 1 comment
Open

Comments

@superuser7777
Copy link

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

Universal Control Remapper wndclass

@superuser7777
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant