Sogolumbo
Sogolumbo
I think that running out of space could be solved by aborting the deletion if the finger moves back to the starting position. Also you could slowly move left and...
I wasn't able to test this code because I have no working setup for Android App building.
> Setting up build environment is easy. All you need is Android Studio. This project has no dependencies and no native code so no extras are needed. Yep in theory...
I fixed the syntax. What happens on older SDK versions? Is it still possible to type the letter? And is the letter encoded correctly (If I send the text to...
Yes. The german layout in this program is wrong. I think the swiss layout is pretty much what we need for the german layout. The wikipedia page shows how the...
The capital letter for `ß` is `ẞ (U+1E9E)` (not `SS`, even if it's often used that way because the capital ß is pretty new and not widely supported yet). It...
I think there's a way to implement this feature: - Detect the focused window position and name. Apply filter to the focused window area according to rules set for that...
The goal for me is multi-tasking. (E.g. splitscreen). If we want to calculate complicated setups that's entirely possible: We can discribe Windows as rectangles and find out if they overlap....
I think he's also using the magnification api of windows. When moving the windows in his app you can see that the dark windows lag behind a little bit. Also...
I just went through the history and saw [53ae0fa](https://github.com/mlaily/NegativeScreen/commit/53ae0fa7d50b1c2ea5f47d454b7e0e479deac92e). It seems like at that point you were just a function call to MagSetWindowFilterList away from having window specific color inversion....