contour-terminal / contour

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

MacOS transform special symbols into expected key press #1607

Open Yaraslaut opened 1 month ago

Yaraslaut commented 1 month ago

On MacOS some symbols generated from combintation of Opt-{} and Opt-Shift-{} keys, if we use Opt as an Alt key, we want to send to the running application not special symbol, but actual combination of pressed keys, for example Alt-j instead of \Delta We want to make it configurable

Images for layout from @whisperity image image

Issue is similar to https://github.com/contour-terminal/contour/issues/1588

whisperity commented 1 month ago

We need to check what Kitty does with option as alt true and false. I'll try to check this as some point, hopefully I can install kitty without littering my system too much.

Yaraslaut commented 1 month ago

Related to https://github.com/contour-terminal/contour/issues/1291