[PR #602] [MERGED] Add a setting to control the function of F14 / F15 keys #1132

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

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/602
Author: @vtns
Created: 9/16/2021
Status: Merged
Merged: 9/21/2021
Merged by: @JoniVR

Base: masterHead: master


📝 Commits (8)

📊 Changes

21 files changed (+110 additions, -28 deletions)

View changed files

📝 MonitorControl/AppDelegate.swift (+2 -0)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Support/Utils.swift (+3 -0)
📝 MonitorControl/Support/de.lproj/Localizable.strings (+1 -1)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+40 -25)
📝 MonitorControl/UI/de.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/en.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/es-419.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/fr.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/hu.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/it.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/ja.lproj/Main.strings (+4 -1)
📝 MonitorControl/UI/ko.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/nl.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/pl.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/ru.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/tr.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/uk.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/zh-Hans.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/zh-Hant-TW.lproj/Main.strings (+3 -0)

...and 1 more files

📄 Description

Hi
The request contains the change which add a preference / checkbox to control whether if F14 / 15 key acts as brightness control or not.

The request also contains minor fix to Japanese localized text.
Feel free to drop this since there are still many unlocalized text anyway.


🔄 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/602 **Author:** [@vtns](https://github.com/vtns) **Created:** 9/16/2021 **Status:** ✅ Merged **Merged:** 9/21/2021 **Merged by:** [@JoniVR](https://github.com/JoniVR) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`9b83c9b`](https://github.com/MonitorControl/MonitorControl/commit/9b83c9b191e078ac9a956f8903563b4522efba00) use F14/F15 key as normalfunction key, rather than brightness down/up. - [`d670b16`](https://github.com/MonitorControl/MonitorControl/commit/d670b16c58cc469a7494a1b58b55135ada57f5da) Add a setting for F14 / F15 keys. - [`62d243f`](https://github.com/MonitorControl/MonitorControl/commit/62d243f40ecdf1c5b59d6e21bd238c802921c70f) Fix checkbox label - [`ff52a7b`](https://github.com/MonitorControl/MonitorControl/commit/ff52a7b88bc01d63938510ec44094e58915d0d25) 日本語訳を修正 - [`ebca454`](https://github.com/MonitorControl/MonitorControl/commit/ebca454e625d731bf725ac94125edfe3ef35b3ba) fix: add missing string to locale files - [`70e7b6f`](https://github.com/MonitorControl/MonitorControl/commit/70e7b6f4abc683a8b3c38473a18619705604685e) Merge branch 'master' into master - [`c5dea80`](https://github.com/MonitorControl/MonitorControl/commit/c5dea809b6360657e2994ae3834ee02c699a1ced) chore: update dutch string - [`9c4c173`](https://github.com/MonitorControl/MonitorControl/commit/9c4c1736842d2ceecf5cfae30002fe21831f54e0) Merge branch 'master' of https://github.com/vtns/MonitorControl into pr/602 ### 📊 Changes **21 files changed** (+110 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl/AppDelegate.swift` (+2 -0) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Support/Utils.swift` (+3 -0) 📝 `MonitorControl/Support/de.lproj/Localizable.strings` (+1 -1) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+40 -25) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/es-419.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/hu.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/it.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/ja.lproj/Main.strings` (+4 -1) 📝 `MonitorControl/UI/ko.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/nl.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/pl.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/ru.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/tr.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/uk.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/zh-Hans.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/zh-Hant-TW.lproj/Main.strings` (+3 -0) _...and 1 more files_ </details> ### 📄 Description Hi The request contains the change which add a preference / checkbox to control whether if F14 / 15 key acts as brightness control or not. The request also contains minor fix to Japanese localized text. Feel free to drop this since there are still many unlocalized text anyway. --- <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:05:33 -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#1132
No description provided.