[PR #169] [MERGED] move refcounting of key presses to input-emulation #313

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

📋 Pull Request Information

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

Base: mainHead: move-key-rc-to-emulation


📝 Commits (5)

  • 202497d move refcounting of key presses to input-emulation
  • dfd668b remove useless map
  • 4bac45b rename trait in win + macos
  • 402f74e fix clippy lint
  • 01695c7 fix pressed key logic

📊 Changes

13 files changed (+221 additions, -214 deletions)

View changed files

📝 input-emulation/src/dummy.rs (+4 -4)
📝 input-emulation/src/lib.rs (+166 -68)
📝 input-emulation/src/libei.rs (+4 -4)
📝 input-emulation/src/macos.rs (+5 -5)
📝 input-emulation/src/windows.rs (+4 -4)
📝 input-emulation/src/wlroots.rs (+3 -3)
📝 input-emulation/src/x11.rs (+4 -4)
📝 input-emulation/src/xdg_desktop_portal.rs (+4 -4)
📝 src/client.rs (+2 -2)
📝 src/emulation_test.rs (+2 -1)
📝 src/server.rs (+6 -0)
📝 src/server/emulation_task.rs (+15 -113)
📝 src/server/ping_task.rs (+2 -2)

📄 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/169 **Author:** [@feschber](https://github.com/feschber) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/6/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `move-key-rc-to-emulation` --- ### 📝 Commits (5) - [`202497d`](https://github.com/feschber/lan-mouse/commit/202497d63bb8b14a9a1a37b8a63bff7639fd6226) move refcounting of key presses to input-emulation - [`dfd668b`](https://github.com/feschber/lan-mouse/commit/dfd668b0c8825134f6669e038d26d7f5533551d9) remove useless map - [`4bac45b`](https://github.com/feschber/lan-mouse/commit/4bac45b4e286c3a2c536d703e5687ecae15aaf50) rename trait in win + macos - [`402f74e`](https://github.com/feschber/lan-mouse/commit/402f74eea9f2be0de9782855965b7d4a10c93662) fix clippy lint - [`01695c7`](https://github.com/feschber/lan-mouse/commit/01695c73ec7a29c04872d60c1ab37d5d599e599b) fix pressed key logic ### 📊 Changes **13 files changed** (+221 additions, -214 deletions) <details> <summary>View changed files</summary> 📝 `input-emulation/src/dummy.rs` (+4 -4) 📝 `input-emulation/src/lib.rs` (+166 -68) 📝 `input-emulation/src/libei.rs` (+4 -4) 📝 `input-emulation/src/macos.rs` (+5 -5) 📝 `input-emulation/src/windows.rs` (+4 -4) 📝 `input-emulation/src/wlroots.rs` (+3 -3) 📝 `input-emulation/src/x11.rs` (+4 -4) 📝 `input-emulation/src/xdg_desktop_portal.rs` (+4 -4) 📝 `src/client.rs` (+2 -2) 📝 `src/emulation_test.rs` (+2 -1) 📝 `src/server.rs` (+6 -0) 📝 `src/server/emulation_task.rs` (+15 -113) 📝 `src/server/ping_task.rs` (+2 -2) </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:28 -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#313
No description provided.