Ethan Lindemann
Ethan Lindemann
I see, so MagicOnion uses the gRPC transport mechanism provided by Kestrel and any implementation using Shared Memory would have to be done there.
I also am curious about how to do this.
Alt+Drag would be nice, but also Alt+Resize would be just as helpful. Especially if the window snaps to borders.
I’ve decided to take a stab at this PowerToy.
Yeah I've been utilizing the fancyzones project as a frame of reference. They share very similar functionality, so it's made it easier to get started. It's open for discussion, but...
Yeah that's fine. @enricogior Is there a way I can reference the branch I'm working on in this github issue? That way I can get feedback from the other engineers...
Here is the working branch from the forked repo: https://github.com/loligans/PowerToys/tree/dev/loligans/altdrag
Just wanted to document this here: I [added a low level mouse hook](https://github.com/loligans/PowerToys/commit/e1d15cf5b93527510e2435c8e953ad1db865713d) since I'll need to process mouse position while the module `activationHotkey` is pressed. According to the [LowLevelMouseProc](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/legacy/ms644986(v%3Dvs.85)#remarks)...
@ent3r This issue is currently blocked on https://github.com/microsoft/PowerToys/issues/638.
Sometimes I run into problems with using UTF8 encoding. Turns out I just needed to disable the BOM and it worked fine.