Michael Lynch

Results 269 comments of Michael Lynch

@A2Wolverin3 did a lot of excellent work on an implementation of this: https://github.com/tiny-pilot/tinypilot/pull/1415 I'd like to iterate on his work and prioritize this feature, but I want to first converge...

Yeah, I agree that it simplifies state management if pointerlock == relative mouse. But I'm wondering if it would make more sense for it to be something tracked server-side rather...

@jdeanwallace - You should be able to reproduce this on a Linux target. You can use evtest to print out raw keyboard inputs. ## To reproduce 1. Install `evtest` on...

Here's a video demo of what evtest looks like: https://user-images.githubusercontent.com/7783288/217077484-235cdc8d-c5fb-4fe0-8dff-d3714bc5521a.mp4

Oh, interesting! I think even if we can reduce the bug to only happen when you Alt+Tab back into the original window, that's still a decent fix. It's probably like...

Bumping priority as I recently received a request to enable this.

We've now published official instructions for [using TinyPilot as a Wi-Fi hotspot](https://tinypilotkvm.com/faq/wifi-ap).

Adding references to some draft PRs around this that never got merged: https://github.com/tiny-pilot/tinypilot/pull/1387 https://github.com/tiny-pilot/tinypilot/pull/1385