Chad Gregory
Chad Gregory
@thesobercoder I'm not sure if you have a mac or not but I do so I will bring it in to work tomorrow and try out Rectangle functionality on my...
@thesobercoder Ok so this is what Rectangle does with Windows in different scenarios. *Window Almost Maximized moved from Macbook display to portrait display* Full Width/Maintain Height *Window Almost Maximized moved...
> @shaqaruden I think the Rectangle layout logic you laid out above makes complete sense. To your second question, I think AutoHotkey itself doesn't handle resolution by itself and calls...
Quick update on this. I have been pretty busy the last couple weeks I haven't had a chance to work on this until today. Next and Previous monitor are almost...
> The main function `GetWindowRectEx()` which is used on all layouts uses the `CheckWindowWithinMonitor()` function. If you're going to replace it, please run thorough tests before raising the PR. I...
I have been dog fooding my changes for a while now and I have noticed that if I go between using just my high dpi laptop display and my desktop...
One thing I forgot to mention is with using both my laptop display and 1 or more of my desktop displays. The original released version does not do anything on...
I kind of had the same thought that maybe it should be written as a native windows app but I also lack the knowledge required for that. I was to...
> This might be my lack of knowledge, but let's say we call the SetThreadDpiAwarenessContext, what would that do differently than what we're doing now? Should this function be called...
Today I am playing around with using Swift to build a Windows app, might be able to use that to do this properly