[PR #371] [MERGED] fix: remote key-up on triggered release #390

Closed
opened 2026-05-05 22:18:08 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/371
Author: @jonstelly
Created: 2/4/2026
Status: Merged
Merged: 2/6/2026
Merged by: @feschber

Base: mainHead: pr/on-release-key-up


📝 Commits (1)

  • a7ff4d6 fix: remote key-up on triggered release

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 src/capture.rs (+7 -1)

📄 Description

Fixes #369. Issue was that on using a hotkey to trigger remote release (need to do this on a wayland lock screen to return cursor/focus to my main computer), I bound release to Meta+z and the Meta key would be left down/stuck on the remote machine.

Steps to repro:

  1. set release_bind in config using some modifier (meta+z is what I used)
  2. attempt to release focus from a remote computer with this binding
  3. modifier key ends up stuck/down

NOTE: I'm an old developer but pretty new to rust. This is a pretty small PR but if there's anything you'd like changed, just let me know


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/371 **Author:** [@jonstelly](https://github.com/jonstelly) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `pr/on-release-key-up` --- ### 📝 Commits (1) - [`a7ff4d6`](https://github.com/feschber/lan-mouse/commit/a7ff4d63c694e40b7f5409146f53f98d21c4d212) fix: remote key-up on triggered release ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/capture.rs` (+7 -1) </details> ### 📄 Description Fixes #369. Issue was that on using a hotkey to trigger remote release (need to do this on a wayland lock screen to return cursor/focus to my main computer), I bound release to Meta+z and the Meta key would be left down/stuck on the remote machine. Steps to repro: 1. set release_bind in config using some modifier (meta+z is what I used) 2. attempt to release focus from a remote computer with this binding 3. modifier key ends up stuck/down NOTE: I'm an old developer but pretty new to rust. This is a pretty small PR but if there's anything you'd like changed, just let me know --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:18:08 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#390
No description provided.