Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W11 hotkey issue #53

Open
BorisLFC opened this issue Mar 23, 2024 · 1 comment
Open

W11 hotkey issue #53

BorisLFC opened this issue Mar 23, 2024 · 1 comment

Comments

@BorisLFC
Copy link

Hi
Issue im having is whether i toggle hdr with win+alt+b , it doesnt really toggle it. I have to go into settings and when i click on Display, that's when it toggles. On or off, vice versa, doesnt matter. Without this profile(tried 300 and 400nits) it works. Updated win11 23h2, xbox, gamebar..its a issue with this profile. And i really want to use the hotkey. Any solutions, suggestions? I see ppl already had issue with this. Ty

@Weissrolf
Copy link

Weissrolf commented Apr 26, 2024

Currently any form of switching to HDR mode does not apply ICC profiles unless you open the Windows Display settings (which is why the settings button still works). If you know how to use Autohotkey you can set up a script that opens and then closes the Display settings Window after switching modes.

SwitchHDR() {
Send {Blind}#!b
Sleep 1000
Run ms-settings:display
SetTitleMatchMode 2
WinActivate Settings
Send !{f4}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants