mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #81] [MERGED] macos: add keyboard support #271
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (4)
52f2354macos: add keyboard support0d6a41emacos: handle key repeat74177cdaddress clippy linta9c30a1update README📊 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
keycodeis 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.