From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id AA66D3857C4E for ; Sun, 30 Aug 2020 08:47:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AA66D3857C4E Received: by mail-wm1-x335.google.com with SMTP id w2so2742041wmi.1 for ; Sun, 30 Aug 2020 01:47:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=fSbJ6JfzL5ip1Ykj4uEx9yYI9H3Wd6L5yLC/nA3yRxY=; b=gVNcTYgewcAE8o3YtRNPhnRVS3yI4OOmaguV1lzoTNrXnVEyIc3fq72CiccUsS9yPL aaBWfBAorbfwD6oCYW/5ruPJoots2xHlBALHUgfneEXqnaePyxJWf0OX3SXu3fEECxDi +m/KphZqvCkO9aEFpAGNql6Y6Z/LHaQTBrb6DBIJj6TghjzNiuzmnYo6WH41wRQhLdPv Mm5cnaHOSMPRhSSshVorNwDJUw0JCBPJgXqokMJGqwD9F9EXgZwtRPs92XbGom6riXhx ++TfaHUQOC6S57/13D/ebT0CFMaAzuTtRYwsT0x+XIfRM7ZmtFzbHPHaWcfTUPVbXXu+ CyKw== X-Gm-Message-State: AOAM531wSA+Juwxel8ZS7XOLfEohaa2FLlvcD5Lra3GYVOOvZGEaYh2t w8DvJWTzPgfVJQWhxZh/BisnaUvfLJ4= X-Google-Smtp-Source: ABdhPJxA6nl8uLU5DicipgX0ERcsQVm3Rx9PtB+ZzSomw6s8beoiRppx5qJrmmosFq9CM8lQ8B+7Vw== X-Received: by 2002:a05:600c:203:: with SMTP id 3mr6016612wmi.108.1598777261176; Sun, 30 Aug 2020 01:47:41 -0700 (PDT) Received: from [192.168.88.32] (ip14.213-181-134.pegonet.sk. [213.181.134.14]) by smtp.gmail.com with ESMTPSA id g18sm6854770wru.27.2020.08.30.01.47.40 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 30 Aug 2020 01:47:40 -0700 (PDT) Sender: "Vlado B." Subject: Re: mintty will not accept the letter "e" To: cygwin@cygwin.com References: <004301d67e55$a8e6b460$fab41d20$@gmail.com> From: Vlado Message-ID: Date: Sun, 30 Aug 2020 10:47:41 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <004301d67e55$a8e6b460$fab41d20$@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: sk-SK X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2020 08:47:44 -0000 On 30.8.2020 0:42, Ken Reek via Cygwin wrote: > Hi, all. > > All of the sudden, mintty won't accept a lower case "e" -- it just dings > when I try to type one. Upper case "E" is fine, as are all the other > letters. I'm no mintty expert, but I think the e key might have been > remapped somehow. > > Any ideas on how I can fix this? I've killed mintty and started it again, > and also rebooted my machine, to no avail. I'm on Windows 10. Thanks for any > help! > > - Ken > > -- > 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 > . Hi. Just curious: Please do - in Notepad.exe write text: echo 'Hello' - copy-paste it into mintty (in mintty You probably see: cho 'Hllo') - press Enter What You see next? Vlado