mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1533] Pressing Cmd-ScrollLock puts monitors into mirror mode #863
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#863
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?
Originally created by @benze on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1533
Before opening the issue, have you...?
Question
I have 2 external monitors connected to my M1 Macbook Pro as extended desktop.
When I run MonitorControl 4.2.0 and press Cmd-ScrollLock on my external keyboard, my monitors switch into Mirror'ed display mode. So I end up with 2 monitors which mirror the primary screen. To get out of mirror mode, Cmd-ScrollLock will put it back in Extended Desktop mode.
I've looked through configuration options to see if I can disable this somehow, but do not see anything.
I am not convinced that it is MonitorControl which is causing the displays to switch to Mirror mode, but if I quit MonitorControl, then pressing Cmd-ScrollLock does nothing.
Any suggestions would be appreciated.
Thanks,
@waydabber commented on GitHub (Jun 4, 2024):
Interesting. Normally Command+F1 is used to toggle mirror on the Mac. It might be that somehow this PC keyboard maps that to this? I'll flag it as a bug if it is indeed MonitorControl specific.
@benze commented on GitHub (Jun 5, 2024):
@waydabber I haven't been able to find any other mappings that are defined elsewhere. My inclination is to question if MonitorControl is somehow intercepting this keyboard shortcut and misinterpreting it as something else?
I'm not convinced that it is a MonitorControl issue, other than quitting MC stops this issue. And restarting MC reactivates it again. So it seems to somehow be related.
I've tried using Karabiner - EventViewer to double check the key combination, but the Windows-ScrLk is captured as Cmd-ScrollLock (see below)
Let me know if I can provide any additional information.
Thanks,
Eric
@waydabber commented on GitHub (Jun 5, 2024):
This might be a MonitorControl issue indeed. MonitorControl uses https://github.com/nhurden/MediaKeyTap to capture native media keys - so that's where the problem probably lies.