[PR #146] [MERGED] Allow widgets to subscribe to global keyboard events #221

Closed
opened 2026-03-03 16:23:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/146
Author: @mum4k
Created: 2/22/2019
Status: Merged
Merged: 2/22/2019
Merged by: @mum4k

Base: develHead: widgets-global-keys


📝 Commits (2)

  • 0df7387 Widgets can now register for global keyboard events.
  • 2fba137 Updating CHANGELOG.

📊 Changes

19 files changed (+194 additions, -49 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 container/container.go (+23 -3)
📝 container/container_test.go (+78 -8)
📝 termdash_test.go (+7 -7)
📝 widgetapi/widgetapi.go (+37 -5)
📝 widgets/barchart/barchart.go (+1 -1)
📝 widgets/barchart/barchart_test.go (+6 -6)
📝 widgets/donut/donut.go (+1 -1)
📝 widgets/donut/donut_test.go (+1 -1)
📝 widgets/fakewidget/fakewidget.go (+1 -1)
📝 widgets/fakewidget/fakewidget_test.go (+2 -2)
📝 widgets/gauge/gauge.go (+1 -1)
📝 widgets/gauge/gauge_test.go (+3 -3)
📝 widgets/segmentdisplay/segmentdisplay.go (+1 -1)
📝 widgets/segmentdisplay/segmentdisplay_test.go (+1 -1)
📝 widgets/sparkline/sparkline.go (+1 -1)
📝 widgets/sparkline/sparkline_test.go (+4 -4)
📝 widgets/text/text.go (+8 -1)
📝 widgets/text/text_test.go (+2 -2)

📄 Description

Fixes #113


🔄 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/mum4k/termdash/pull/146 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 2/22/2019 **Status:** ✅ Merged **Merged:** 2/22/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `widgets-global-keys` --- ### 📝 Commits (2) - [`0df7387`](https://github.com/mum4k/termdash/commit/0df73878620157787010280ffbd3970c1706f0a3) Widgets can now register for global keyboard events. - [`2fba137`](https://github.com/mum4k/termdash/commit/2fba1378a94eae3c369fae7e09f084f5004d23b4) Updating CHANGELOG. ### 📊 Changes **19 files changed** (+194 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `container/container.go` (+23 -3) 📝 `container/container_test.go` (+78 -8) 📝 `termdash_test.go` (+7 -7) 📝 `widgetapi/widgetapi.go` (+37 -5) 📝 `widgets/barchart/barchart.go` (+1 -1) 📝 `widgets/barchart/barchart_test.go` (+6 -6) 📝 `widgets/donut/donut.go` (+1 -1) 📝 `widgets/donut/donut_test.go` (+1 -1) 📝 `widgets/fakewidget/fakewidget.go` (+1 -1) 📝 `widgets/fakewidget/fakewidget_test.go` (+2 -2) 📝 `widgets/gauge/gauge.go` (+1 -1) 📝 `widgets/gauge/gauge_test.go` (+3 -3) 📝 `widgets/segmentdisplay/segmentdisplay.go` (+1 -1) 📝 `widgets/segmentdisplay/segmentdisplay_test.go` (+1 -1) 📝 `widgets/sparkline/sparkline.go` (+1 -1) 📝 `widgets/sparkline/sparkline_test.go` (+4 -4) 📝 `widgets/text/text.go` (+8 -1) 📝 `widgets/text/text_test.go` (+2 -2) </details> ### 📄 Description Fixes #113 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:23 +03: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
starred/termdash#221
No description provided.