Drew Naylor
Drew Naylor
This page on Windows Phone theme resources will probably be very helpful in figuring out what values to use for various items: https://docs.microsoft.com/en-us/previous-versions/windows/apps/ff769552(v=vs.105)
From that link, textboxes are supposed to have a border outline of 3, not 2. I'll see if I like how 3 looks and change it, otherwise it'll stay 2....
Might be easier to just have a back button in the bottom-left corner of each app for Avalonia-based apps I develop for use with it and move the "titlebar" for...
Actually, Plasma Mobile apps appear to have most of their controls near the bottom, so I probably won't bother too much with trying to get GTK apps to have their...
Found out that the Windows Phone 8.1 emulator image uses the `Esc` (Escape) key as a substitute for the `Back` button when messing around with it in Hyper-V. That may...
Just found out that the Maliit keyboard is actually a framework, and you can make plugins for it and use it to send stuff. Maybe it would be possible to...
Not sure where I should put this, but after some experimenting with Escape key shortcuts in QML, I discovered that it's possible for it to interfere with other "Shortcut" items....
Perhaps another option would be using evscript to send the "Escape" key press when using the Back button, and long-pressing it gives a different command, likely whatever will open the...
Update: I recently found out that Qt can apparently handle sensing keyboard input via `QWaylandSeat::sendKeyEvent`: https://doc.qt.io/qt-6/qwaylandseat.html#sendKeyEvent I'll probably have to send a press then a release immediately after. Hopefully it...
Actually, an even better idea is to check with the focused app to see if it supports enhanced `Back` button functionality via D-Bus, and if so, don't send it `Escape`...