[PR #81] [MERGED] macos: add keyboard support #271

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/81
Author: @kiwiz
Created: 1/24/2024
Status: Merged
Merged: 1/26/2024
Merged by: @feschber

Base: mainHead: main


📝 Commits (4)

📊 Changes

4 files changed (+122 additions, -21 deletions)

View changed files

📝 Cargo.lock (+65 -4)
📝 Cargo.toml (+1 -0)
📝 README.md (+1 -3)
📝 src/backend/consumer/macos.rs (+55 -14)

📄 Description

keycode is doing all the heavy lifting here.

I encountered some odd behaviour with Caps lock (which I've mapped to Control) getting stuck, but keys appear to be translated properly otherwise.


🔄 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/81 **Author:** [@kiwiz](https://github.com/kiwiz) **Created:** 1/24/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`52f2354`](https://github.com/feschber/lan-mouse/commit/52f2354c6cc15b8ff21e5df44f344bc01d1c5dd4) macos: add keyboard support - [`0d6a41e`](https://github.com/feschber/lan-mouse/commit/0d6a41e712012618a0a9b97d270a3e2eb0d210c4) macos: handle key repeat - [`74177cd`](https://github.com/feschber/lan-mouse/commit/74177cdbb93a23289b33e0c4e6bdbca1c00aacbb) address clippy lint - [`a9c30a1`](https://github.com/feschber/lan-mouse/commit/a9c30a1041627d83629af9085005a05d82b84d2b) update README ### 📊 Changes **4 files changed** (+122 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+65 -4) 📝 `Cargo.toml` (+1 -0) 📝 `README.md` (+1 -3) 📝 `src/backend/consumer/macos.rs` (+55 -14) </details> ### 📄 Description `keycode` is doing all the heavy lifting here. I encountered some odd behaviour with Caps lock (which I've mapped to Control) getting stuck, but keys appear to be translated properly otherwise. --- <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:37 -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#271
No description provided.