mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Focusing UWP app doesn't work #94
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @calendulish on GitHub (Jun 11, 2022).
When I try to focus Whatsapp Beta UWP app it's throwing "Access Denied" error.
The app can be download here:
https://www.microsoft.com/store/productId/9NBDXK71NK08
komorebic state
komorebic.log
@LGUG2Z commented on GitHub (Jun 12, 2022):
I am also able to reproduce this on my machine. Will look into this when I get a bit more time. 🙏
@LGUG2Z commented on GitHub (Jun 12, 2022):
https://github.com/LGUG2Z/komorebi/blob/master/komorebi/src/window.rs#L202
Looks like this is where the focus op fails, will need to spend time investigating this in the win32 API docs.
@LGUG2Z commented on GitHub (Jun 12, 2022):
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-attachthreadinput
@LGUG2Z commented on GitHub (Jun 12, 2022):
This has been tested and fixed on the master branch and will be included in the next release (no timeframe yet). For now you can either build the latest version from source, or download the prebuilt binaries from here once the build is finished.
@calendulish commented on GitHub (Jun 12, 2022):
Awesome! Thank you