contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 102 forks source link

Fix CSIu encoding of shift modifier produced characters #1387

Closed christianparpart closed 6 months ago

christianparpart commented 6 months ago

When CSI > 1 u was used to enter CSI u mode with DisambiguateEscapeCodes flag set, then (e.g. on German keyboard layout), a double quote is produced with Shift + 2, which generate the double quotes: "

This should not needed to be disambiguated (unless explicitly requested)

Closes #1373