[PR #279] [MERGED] simplify configuration #354

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/279
Author: @feschber
Created: 3/15/2025
Status: Merged
Merged: 3/15/2025
Merged by: @feschber

Base: mainHead: change-config-syntax


📝 Commits (1)

📊 Changes

10 files changed (+224 additions, -243 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 lan-mouse-cli/src/lib.rs (+2 -2)
📝 lan-mouse-gtk/Cargo.toml (+1 -0)
📝 lan-mouse-gtk/src/lib.rs (+12 -7)
📝 lan-mouse-gtk/src/window.rs (+2 -2)
📝 src/capture_test.rs (+2 -2)
📝 src/config.rs (+147 -180)
📝 src/emulation_test.rs (+2 -2)
📝 src/main.rs (+41 -38)
📝 src/service.rs (+14 -10)

📄 Description

No description provided


🔄 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/279 **Author:** [@feschber](https://github.com/feschber) **Created:** 3/15/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `change-config-syntax` --- ### 📝 Commits (1) - [`3ee4975`](https://github.com/feschber/lan-mouse/commit/3ee49753c063619b12b681afdfb0c9da462e7a15) simplify configuration ### 📊 Changes **10 files changed** (+224 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `lan-mouse-cli/src/lib.rs` (+2 -2) 📝 `lan-mouse-gtk/Cargo.toml` (+1 -0) 📝 `lan-mouse-gtk/src/lib.rs` (+12 -7) 📝 `lan-mouse-gtk/src/window.rs` (+2 -2) 📝 `src/capture_test.rs` (+2 -2) 📝 `src/config.rs` (+147 -180) 📝 `src/emulation_test.rs` (+2 -2) 📝 `src/main.rs` (+41 -38) 📝 `src/service.rs` (+14 -10) </details> ### 📄 Description _No description provided_ --- <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:17:30 -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#354
No description provided.