mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #238] [MERGED] Wlroots modifier emulation support #341
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#341
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/238
Author: @Vassili-Dev
Created: 11/26/2024
Status: ✅ Merged
Merged: 1/24/2025
Merged by: @feschber
Base:
main← Head:wlroots-modifier-emulation-support📝 Commits (5)
0ce45acKeep modifier state in WLRoots input emulator9098167Handle locks (Caps/Num/Scroll)ec26cb7Remove redundant depef6364fRemove newline151f681Clippy changes📊 Changes
2 files changed (+96 additions, -2 deletions)
View changed files
📝
input-emulation/Cargo.toml(+1 -0)📝
input-emulation/src/wlroots.rs(+95 -2)📄 Description
Fixes https://github.com/feschber/lan-mouse/issues/204
Change Summary:
WLRoots Emulation
VirtualInput.modifiersKeyboardEvent::Key: If key matches modifiers, either depress or toggle respective modKeyboardEvent::Modifiers: Set internal modifiers state to match the event🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.