Michael Lynch

Results 128 issues of Michael Lynch

## Description A user [reported](https://forum.tinypilotkvm.com/-15/possible-to-remap-the-esc-key#post-1) that hitting the escape key while in fullscreen mode causes fullscreen mode to turn off rather than just forwarding the key to the target machine...

bug

There are some systems that fail to recognize TinyPilot's mouse because it presents itself as an absolute-positioned mouse (like a touchpad), but they will work with relative mouse (where the...

enhancement
extra-large

The TinyPilot PR bot will now automatically create PRs into the Pro repo any time we merge new changes into the Community repo (this repo). One slowdown in the workflow...

enhancement

## Description If a user pushes a modifier key in the TinyPilot web UI, holds it down, switches windows, and releases the modifier key, TinyPilot misses the key release, so...

bug

The TinyPilot on-screen keyboard has no NumLock. This can lead to a case where the NumLock on the user's keyboard is out of state with the remote system: https://forum.tinypilotkvm.com/-172/numlock-and-ten-key-numbers-issue ###...

enhancement

## Description A user has reported that Chromebook interprets TinyPilot's mouse emulation as a touch device. ## What's the behavior that you expect? The ChromeOS treats the TinyPilot's input the...

bug

We're currently storing different assets in different files, which is starting to add latency to TinyPilot's initial page load. This is a consequence of the fact that we're not using...

enhancement
large

I received a request from a custom to offer the ability to pop out the remote screen to its own window. I know this is a feature that's available in...

enhancement

TinyPilot can send keyboard shortcuts to the target device, such as Ctrl+Alt+Delete. However, only keyboard shortcuts that we've hard-coded are currently available. We should add a way for users to...

enhancement
large

## Description TinyPilot should give the user feedback about whether forwarding their mouse event failed. This is a little bit tricky, as mouse events can fire 50+ times per second,...

bug