[PR #675] [MERGED] Fix/betaissues #1167

Closed
opened 2026-05-05 07:06:35 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/675
Author: @waydabber
Created: 10/5/2021
Status: Merged
Merged: 10/6/2021
Merged by: @waydabber

Base: masterHead: fix/betaissues


📝 Commits (10+)

  • 65503d9 Change icon order
  • b3c22e5 Added option for minimum brightness, fixed text for external display brightness control (+ updated all translations)
  • 10521b8 Fix cumulative darkening issue upon toggling Disable dimming as fallback when software brightness is not 100%
  • 6ed09c9 Further improvement.
  • 4083388 New 'Avoid gammatable manipulation' option for coexistence with f.lux in software mode.
  • aa1294f Merge branch 'master' into fix/betaissues
  • a29008e Fix some translation errors
  • d081933 Fix signing
  • 04e0a9e Make sure that key repeat speed for custom shortcuts do not go below a certain threshold.
  • 9f3cc5c Reorganized PrefKey list to be less confusing.

📊 Changes

9 files changed (+103 additions, -87 deletions)

View changed files

📝 .github/screenshot.png (+0 -0)
📝 MonitorControl/Enums/PrefKey.swift (+68 -59)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Model/OtherDisplay.swift (+3 -16)
📝 MonitorControl/Support/AppDelegate.swift (+15 -0)
📝 MonitorControl/Support/KeyboardShortcutsManager.swift (+9 -5)
📝 MonitorControl/Support/MediaKeyTapManager.swift (+5 -5)
📝 MonitorControl/Support/MenuHandler.swift (+1 -0)
📝 MonitorControlHelper/Info.plist (+1 -1)

📄 Description

  • Reorganized PrefKey list to be less confusing.
  • Disengage custom shortcut keyboard after 100 key repeat to prevent possibly endless loop if keyUp event never arrives due to any circumstance.
  • Don't relinquish control over brightness keys with no external display connected if fine brightness OSD scale is active
  • Register DDC command touched status. When write on startup enabled, apply only touched command values.
  • Fixed custom key shortcuts going runaway when menu was opened during a keyrepeat streak.

closes #666


🔄 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/MonitorControl/MonitorControl/pull/675 **Author:** [@waydabber](https://github.com/waydabber) **Created:** 10/5/2021 **Status:** ✅ Merged **Merged:** 10/6/2021 **Merged by:** [@waydabber](https://github.com/waydabber) **Base:** `master` ← **Head:** `fix/betaissues` --- ### 📝 Commits (10+) - [`65503d9`](https://github.com/MonitorControl/MonitorControl/commit/65503d92f47b900270a8f18e5bdb2428b4b5d9f9) Change icon order - [`b3c22e5`](https://github.com/MonitorControl/MonitorControl/commit/b3c22e56c58cab95de9e3271a4c45561aea5c2df) Added option for minimum brightness, fixed text for external display brightness control (+ updated all translations) - [`10521b8`](https://github.com/MonitorControl/MonitorControl/commit/10521b840fc7fd84e9ad97b47d610a97c1e44aae) Fix cumulative darkening issue upon toggling Disable dimming as fallback when software brightness is not 100% - [`6ed09c9`](https://github.com/MonitorControl/MonitorControl/commit/6ed09c9fe85f1fced203acd95c3266a63005ecf7) Further improvement. - [`4083388`](https://github.com/MonitorControl/MonitorControl/commit/4083388f638679d756db96c03d52b4c2febf1612) New 'Avoid gammatable manipulation' option for coexistence with f.lux in software mode. - [`aa1294f`](https://github.com/MonitorControl/MonitorControl/commit/aa1294f3a5cd1a1c2c3382fe09f8696df38fbeda) Merge branch 'master' into fix/betaissues - [`a29008e`](https://github.com/MonitorControl/MonitorControl/commit/a29008e9961d75b0e117f2689235078effaa2693) Fix some translation errors - [`d081933`](https://github.com/MonitorControl/MonitorControl/commit/d08193385ada8622daf9fb367ff033a08ea51b68) Fix signing - [`04e0a9e`](https://github.com/MonitorControl/MonitorControl/commit/04e0a9e05f524dff26346c663c2e4e0254e7d3a8) Make sure that key repeat speed for custom shortcuts do not go below a certain threshold. - [`9f3cc5c`](https://github.com/MonitorControl/MonitorControl/commit/9f3cc5cef55bc40f5da26d7b114aadde915c5e6d) Reorganized PrefKey list to be less confusing. ### 📊 Changes **9 files changed** (+103 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `.github/screenshot.png` (+0 -0) 📝 `MonitorControl/Enums/PrefKey.swift` (+68 -59) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Model/OtherDisplay.swift` (+3 -16) 📝 `MonitorControl/Support/AppDelegate.swift` (+15 -0) 📝 `MonitorControl/Support/KeyboardShortcutsManager.swift` (+9 -5) 📝 `MonitorControl/Support/MediaKeyTapManager.swift` (+5 -5) 📝 `MonitorControl/Support/MenuHandler.swift` (+1 -0) 📝 `MonitorControlHelper/Info.plist` (+1 -1) </details> ### 📄 Description - Reorganized PrefKey list to be less confusing. - Disengage custom shortcut keyboard after 100 key repeat to prevent possibly endless loop if keyUp event never arrives due to any circumstance. - Don't relinquish control over brightness keys with no external display connected if fine brightness OSD scale is active - Register DDC command touched status. When write on startup enabled, apply only touched command values. - Fixed custom key shortcuts going runaway when menu was opened during a keyrepeat streak. closes #666 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:06:35 -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/MonitorControl#1167
No description provided.