[PR #46] [MERGED] feat: mouse event config options #8892

Closed
opened 2026-05-23 03:55:03 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/46
Author: @JakeStanger
Created: 12/15/2022
Status: Merged
Merged: 12/15/2022
Merged by: @JakeStanger

Base: masterHead: feat/mouse-events


📝 Commits (1)

  • fa67d07 feat: mouse event config options

📊 Changes

5 files changed (+167 additions, -107 deletions)

View changed files

📝 docs/Configuration guide.md (+15 -9)
📝 docs/Scripts.md (+8 -3)
📝 src/bar.rs (+46 -8)
📝 src/config/impl.rs (+4 -87)
src/config/mod.rs (+94 -0)

📄 Description

Adds on_click_middle, on_click_right, on_scroll_up, on_scroll_down.

BREAKING CHANGE: on_click is now called on_click_left for consistency with new options.

Resolves #44.


🔄 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/JakeStanger/ironbar/pull/46 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 12/15/2022 **Status:** ✅ Merged **Merged:** 12/15/2022 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/mouse-events` --- ### 📝 Commits (1) - [`fa67d07`](https://github.com/JakeStanger/ironbar/commit/fa67d077b136b109edf6dbaa11a33aebf3e044b4) feat: mouse event config options ### 📊 Changes **5 files changed** (+167 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `docs/Configuration guide.md` (+15 -9) 📝 `docs/Scripts.md` (+8 -3) 📝 `src/bar.rs` (+46 -8) 📝 `src/config/impl.rs` (+4 -87) ➕ `src/config/mod.rs` (+94 -0) </details> ### 📄 Description Adds `on_click_middle`, `on_click_right`, `on_scroll_up`, `on_scroll_down`. BREAKING CHANGE: `on_click` is now called `on_click_left` for consistency with new options. Resolves #44. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:55:03 +01: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
JakeStanger/ironbar#8892
No description provided.