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

fix: disable Alt+Enter hijacking for D3D #2525

Closed
wants to merge 1 commit into from

Conversation

sid-6581
Copy link
Contributor

@sid-6581 sid-6581 commented May 7, 2024

What kind of change does this PR introduce?

  • Fix

Did this PR introduce a breaking change?

  • No

With the new Direct3D rendering, DXGI hijacks Alt+Enter to toggle fullscreen mode. Many people, including myself, have that remapped to something else. This PR disables DXGI handling of Alt+Enter.

Closes #2522

Copy link

github-actions bot commented May 7, 2024

Test Results

  6 files  ±0    6 suites  ±0   15s ⏱️ -3s
110 tests ±0  110 ✅ ±0  0 💤 ±0  0 ❌ ±0 
644 runs  ±0  644 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dea05cc. ± Comparison against base commit 5efb713.

@fredizzimo
Copy link
Member

Note, there's an alternative fix here which makes this fix obsolete, in fact it causes debug layer validation errors together with that:

@sid-6581
Copy link
Contributor Author

sid-6581 commented May 7, 2024

Great! Feel free to close this if that's getting merged.

@Kethku Kethku closed this May 11, 2024
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

Successfully merging this pull request may close these issues.

[Bug] Alt+Enter mapping behaves incorrectly in the Neovide binaries built from latest master
3 participants