[PR #31] [MERGED] Support event consumer on KDE! (portal backend) #242

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/31
Author: @feschber
Created: 10/12/2023
Status: Merged
Merged: 10/13/2023
Merged by: @feschber

Base: mainHead: kde-input-support


📝 Commits (4)

  • 53b67c4 Support event consumer on KDE! (portal backend)
  • 19fa60c fix scrolling (TODO: smooth / kinetic scrolling)
  • 00e4a11 windows: fix compilation errors
  • 1cb6704 Update README.md

📊 Changes

11 files changed (+807 additions, -151 deletions)

View changed files

📝 Cargo.lock (+544 -6)
📝 Cargo.toml (+4 -2)
📝 README.md (+100 -105)
📝 src/backend/consumer/libei.rs (+2 -2)
📝 src/backend/consumer/windows.rs (+2 -2)
📝 src/backend/consumer/wlroots.rs (+2 -2)
📝 src/backend/consumer/x11.rs (+2 -2)
📝 src/backend/consumer/xdg_desktop_portal.rs (+84 -8)
📝 src/consumer.rs (+21 -7)
📝 src/event/server.rs (+42 -11)
📝 src/main.rs (+4 -4)

📄 Description

Support for KDE event emulation using the remote-desktop xdg-desktop-portal


🔄 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/31 **Author:** [@feschber](https://github.com/feschber) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `kde-input-support` --- ### 📝 Commits (4) - [`53b67c4`](https://github.com/feschber/lan-mouse/commit/53b67c46902a462193155be65373ed2b59d94809) Support event consumer on KDE! (portal backend) - [`19fa60c`](https://github.com/feschber/lan-mouse/commit/19fa60c719070b9d45d3dad3a40b1c66c3736583) fix scrolling (TODO: smooth / kinetic scrolling) - [`00e4a11`](https://github.com/feschber/lan-mouse/commit/00e4a11b9e7af0f7519da414d45edf4bc5bb49b8) windows: fix compilation errors - [`1cb6704`](https://github.com/feschber/lan-mouse/commit/1cb67048922e6bca6a6ddd047ea645cca9ab8446) Update README.md ### 📊 Changes **11 files changed** (+807 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+544 -6) 📝 `Cargo.toml` (+4 -2) 📝 `README.md` (+100 -105) 📝 `src/backend/consumer/libei.rs` (+2 -2) 📝 `src/backend/consumer/windows.rs` (+2 -2) 📝 `src/backend/consumer/wlroots.rs` (+2 -2) 📝 `src/backend/consumer/x11.rs` (+2 -2) 📝 `src/backend/consumer/xdg_desktop_portal.rs` (+84 -8) 📝 `src/consumer.rs` (+21 -7) 📝 `src/event/server.rs` (+42 -11) 📝 `src/main.rs` (+4 -4) </details> ### 📄 Description Support for KDE event emulation using the remote-desktop xdg-desktop-portal --- <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:14:57 -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#242
No description provided.