[PR #54] [MERGED] Implement keycode translation for windows #255

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

📋 Pull Request Information

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

Base: mainHead: windows-keycode-translation


📝 Commits (1)

  • ee494d7 Implement keycode translation for windows

📊 Changes

14 files changed (+828 additions, -42 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 src/backend/consumer/dummy.rs (+5 -1)
📝 src/backend/consumer/macos.rs (+1 -1)
📝 src/backend/consumer/windows.rs (+35 -9)
📝 src/backend/consumer/wlroots.rs (+5 -4)
📝 src/backend/consumer/x11.rs (+40 -7)
📝 src/backend/consumer/xdg_desktop_portal.rs (+8 -1)
📝 src/backend/producer/dummy.rs (+2 -5)
📝 src/backend/producer/windows.rs (+5 -5)
📝 src/consumer.rs (+4 -1)
📝 src/lib.rs (+1 -0)
📝 src/producer.rs (+4 -1)
src/scancode.rs (+698 -0)
📝 src/server.rs (+18 -7)

📄 Description

closes #48
closes #16


🔄 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/54 **Author:** [@feschber](https://github.com/feschber) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `windows-keycode-translation` --- ### 📝 Commits (1) - [`ee494d7`](https://github.com/feschber/lan-mouse/commit/ee494d77822e5f6b3a4da566e015ce6e1bd42178) Implement keycode translation for windows ### 📊 Changes **14 files changed** (+828 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `src/backend/consumer/dummy.rs` (+5 -1) 📝 `src/backend/consumer/macos.rs` (+1 -1) 📝 `src/backend/consumer/windows.rs` (+35 -9) 📝 `src/backend/consumer/wlroots.rs` (+5 -4) 📝 `src/backend/consumer/x11.rs` (+40 -7) 📝 `src/backend/consumer/xdg_desktop_portal.rs` (+8 -1) 📝 `src/backend/producer/dummy.rs` (+2 -5) 📝 `src/backend/producer/windows.rs` (+5 -5) 📝 `src/consumer.rs` (+4 -1) 📝 `src/lib.rs` (+1 -0) 📝 `src/producer.rs` (+4 -1) ➕ `src/scancode.rs` (+698 -0) 📝 `src/server.rs` (+18 -7) </details> ### 📄 Description closes #48 closes #16 --- <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:15:19 -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#255
No description provided.