Drew Naylor

Results 218 comments of 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....

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...