May someone break this down for me?
GetProp: attempt to receive non-virtualized hwnd property (hwnd: 0x270e1e, property: {811414A8-8e5f-4990-a0a3-f552222e06f7}-ForceImmersive)
A bit of background:
I have this driver that takes up 500mb of ram to control a single stupid key on my keyboard. Without the driver, the key does not work. It appears the key has no scancode and hence cannot be remapped by AHK.
So i decided to sandbox the driver’s exe file and saw that when I pressed the key in question, I got the above command.
Is there a way I can use the “property” (whatever that is) in an ahk?
Ideally, I would like something like, if X exist… then do this.