mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #693] [MERGED] Keyboard pane now fits small screen when custom shortcuts enabled #1178
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#1178
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/693
Author: @waydabber
Created: 10/9/2021
Status: ✅ Merged
Merged: 10/9/2021
Merged by: @waydabber
Base:
master← Head:fix/beta2issues📝 Commits (10+)
b055cb4Compile three DDC startup options into one popup menu.218522fUpdated translation filesc990455Combine multiple displays radio buttons into a popup menu44438f4Changed record shortcut box to a more logical layout + needs less space50ad12cFurther tweaks in keyboard preferences pane5026d91Fix constraint issuec27b5f0Updated Chinese translationc608617Merge remote-tracking branch 'refs/remotes/origin/master'16db5c1Updated Chinese translation41c993cFix spacing📊 Changes
25 files changed (+572 additions, -710 deletions)
View changed files
📝
MonitorControl/Enums/PrefKey.swift(+16 -10)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Support/DisplayManager.swift(+4 -4)📝
MonitorControl/Support/MediaKeyTapManager.swift(+1 -1)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+95 -100)📝
MonitorControl/UI/de.lproj/Main.strings(+27 -33)📝
MonitorControl/UI/en.lproj/Main.strings(+28 -34)📝
MonitorControl/UI/es-419.lproj/Main.strings(+25 -31)📝
MonitorControl/UI/fr.lproj/Main.strings(+27 -33)📝
MonitorControl/UI/hu.lproj/Main.strings(+28 -34)📝
MonitorControl/UI/it.lproj/Main.strings(+27 -33)📝
MonitorControl/UI/ja.lproj/Main.strings(+25 -31)📝
MonitorControl/UI/ko.lproj/Main.strings(+27 -33)📝
MonitorControl/UI/nl.lproj/Main.strings(+32 -38)📝
MonitorControl/UI/pl.lproj/Main.strings(+25 -31)📝
MonitorControl/UI/ru.lproj/Main.strings(+25 -31)📝
MonitorControl/UI/tr.lproj/Main.strings(+27 -33)📝
MonitorControl/UI/uk.lproj/Main.strings(+25 -31)📝
MonitorControl/UI/zh-Hans.lproj/Main.strings(+27 -33)📝
MonitorControl/UI/zh-Hant-TW.lproj/Main.strings(+27 -33)...and 5 more files
📄 Description
Keyboard preferences still did not fit to a 1280x800 screen if custom shortcuts were enabled. I did some redesign to fix that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.