mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #602] [MERGED] Add a setting to control the function of F14 / F15 keys #1132
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (8)
9b83c9buse F14/F15 key as normalfunction key, rather than brightness down/up.d670b16Add a setting for F14 / F15 keys.62d243fFix checkbox labelff52a7b日本語訳を修正ebca454fix: add missing string to locale files70e7b6fMerge branch 'master' into masterc5dea80chore: update dutch string9c4c173Merge branch 'master' of https://github.com/vtns/MonitorControl into pr/602📊 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.