X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9AA043858D1E
Authentication-Results: sourceware.org;
 dmarc=pass (p=none dis=none) header.from=gmail.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
 h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
 :date; bh=uoRAcO4lfXVgqm4W7dj3p92AzfL1EOPDpij4Vy8CMNI=;
 b=fXXOrLIktEZ6YgCowzkbapOPPDfq1eyGPg3weMMpS8JQHpI+ngGASU8q0lmykMoqEy
 fL30g+UtUOHPymsSNAG/des6UWFVFkCJ0fTa7XsxCnPiJsH+NbbGU6DbmOMpbF2+BgOL
 y/DWomE+XcCpYu8XzeJ3KZrNBEfF/VIQ+R5yU5HlHhJ7kI/QweLezg+rrX6LJ2eECjEn
 f4Eg4MLP9SadHmRzc7o+9bjsjhG3Y4JehAkA7XDSOmtEs5EQCQWxB09jaRxxtbltAJ7l
 gp8N+44WjStJi4I8FFoG3FsvStkz551oB9RaG0NYEggrVsjBw4luL4dwChmFuPQBHOS/
 VdRg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date;
 bh=uoRAcO4lfXVgqm4W7dj3p92AzfL1EOPDpij4Vy8CMNI=;
 b=DAFl638YejQVWKxgau97yonlRZNks17LDBrwS21bxjbx82h1lki/JppHM0pbW2f5Op
 gNjuDLc3MqOMd2U5nIw99kluty/Bov10X0Q8o4EIJ5vYzy6e033Hr3NlbLDq9Szo7nZ5
 UbYRarz9Y8cb115InlO8hlP/7VWHGi+BhMj9m7gByrIePpDkrlZjUQKfUoIw3lG7Bhl5
 KTMsInbmofUlpjdj2ZUiWvxkfRmN8qp/Xt0yxCidJJ4F+8rNTrmyKLAyLH1pXyfqed3o
 75SmFZ83nHNErfDN2KdR+saFAdzbV9rK7l3Qg0UvUdQjdNNTNiXK8Dl01HmVvCnhq8VN
 vmDw==
X-Gm-Message-State: ACgBeo0kHD5n5ad8edmrOwP+QJ3h2LINH4cFFMXDCqcpiLddHrsbAZMe
 YKklBiWZdEgmIx/WqqoNxRChB1Fnd3N0DnJS2PSP2WHnzOI=
X-Google-Smtp-Source: AA6agR4dnis1TwOZikmRry0TKuyqi945cTiAl4RED0E4XtE27R28ajmYaarBufEiMbFrlGyEskDIpbYEX7xj4K3r0+I=
X-Received: by 2002:a17:90b:1bce:b0:1fa:ecc3:9068 with SMTP id
 oa14-20020a17090b1bce00b001faecc39068mr7910227pjb.116.1662168817099; Fri, 02
 Sep 2022 18:33:37 -0700 (PDT)
MIME-Version: 1.0
From: Ricardo Urbina <ricardo.urbina@gmail.com>
Date: Fri, 2 Sep 2022 20:33:20 -0500
Message-ID: <CAKhdrT55TQGgOevyGXpcrw8RijzOaNbZqRouU2PcZXxYF-1Pdw@mail.gmail.com>
Subject: Ctrl+Space not working under Windows Terminal
To: cygwin@cygwin.com
X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
 RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP,
 T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Hi, I'm trying out Cygwin's Zsh within Windows Terminal because WT
integrates better with WSL, but Cygwin beats it for working on the Windows
side.

However, I launched emacs and eventually noticed that Ctrl+Space doesn't
work when running under Windows Terminal. It doesn't work on jmacs, and
using a cygport of sendkey reveals that sendkey never gets the keypress.

I tried the old Console (cmd.exe) and ctrl+space doesn't work there either.
It works perfectly fine on Mintty though.

I asked about this on Windows Terminal's GitHub, and they tell me it's most
likely because Cygwin behaves differently with Mintty.

Is this a known issue, the Ctrl+Space not working on Windows Terminal? Is
there a known workaround?

Maybe I can access the WSL console from Mintty? As in directly, not via
ssh. That would be enough.

Thank you for your help

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
