diff --git a/docs/changelog.markdown b/docs/changelog.markdown index 1d14d2937..bb97c802d 100644 --- a/docs/changelog.markdown +++ b/docs/changelog.markdown @@ -32,6 +32,7 @@ brief notes about them may accumulate here. * macOS: Fixed an issue where hovering over the split between panes could result in wezterm becoming unresponsive [#391](https://github.com/wez/wezterm/issues/391) * Closing windows will now prompt for confirmation before proceeding with the close. Added `window_close_confirmation` to control this; valid values are `AlwaysPrompt` and `NeverPrompt`. [#280](https://github.com/wez/wezterm/issues/280) * Tidied up logging. Previously ERROR level logging was used to make sure that informational things showed up in the stderr stream. Now we use INFO level logging for this to avoid alarming the user. You can set `WEZTERM_LOG=trace` in the environment to get more verbose logging for troubleshooting purposes. +* Windows: fix an issue where VNC-server-emulated AltGr was not treated as AltGr [#392](https://github.com/wez/wezterm/issues/392) ### 20201101-103216-403d002d diff --git a/window/src/os/windows/window.rs b/window/src/os/windows/window.rs index 88f96128a..18a4e8ea2 100644 --- a/window/src/os/windows/window.rs +++ b/window/src/os/windows/window.rs @@ -1497,7 +1497,7 @@ unsafe fn key(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> Option Option