[PR #170] [MERGED] track pressed keys in input-capture #315

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/170
Author: @feschber
Created: 8/6/2024
Status: Merged
Merged: 8/9/2024
Merged by: @feschber

Base: mainHead: track-pressed-keys-in-input-capture


📝 Commits (1)

  • a356007 track pressed keys in input-capture

📊 Changes

9 files changed (+125 additions, -77 deletions)

View changed files

📝 input-capture/src/dummy.rs (+2 -2)
📝 input-capture/src/lib.rs (+85 -15)
📝 input-capture/src/libei.rs (+1 -1)
📝 input-capture/src/macos.rs (+2 -2)
📝 input-capture/src/wayland.rs (+2 -4)
📝 input-capture/src/windows.rs (+2 -2)
📝 input-capture/src/x11.rs (+2 -2)
📝 src/capture_test.rs (+2 -2)
📝 src/server/capture_task.rs (+27 -47)

📄 Description

No description provided


🔄 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/170 **Author:** [@feschber](https://github.com/feschber) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `track-pressed-keys-in-input-capture` --- ### 📝 Commits (1) - [`a356007`](https://github.com/feschber/lan-mouse/commit/a356007717c22f33c8ce28c29a00cbbd5e7259b6) track pressed keys in input-capture ### 📊 Changes **9 files changed** (+125 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `input-capture/src/dummy.rs` (+2 -2) 📝 `input-capture/src/lib.rs` (+85 -15) 📝 `input-capture/src/libei.rs` (+1 -1) 📝 `input-capture/src/macos.rs` (+2 -2) 📝 `input-capture/src/wayland.rs` (+2 -4) 📝 `input-capture/src/windows.rs` (+2 -2) 📝 `input-capture/src/x11.rs` (+2 -2) 📝 `src/capture_test.rs` (+2 -2) 📝 `src/server/capture_task.rs` (+27 -47) </details> ### 📄 Description _No description provided_ --- <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:16:32 -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#315
No description provided.