bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: key "x" doesn't print out the "x", only "CTRL-V x" does.


From: Chet Ramey
Subject: Re: key "x" doesn't print out the "x", only "CTRL-V x" does.
Date: Thu, 7 Sep 2023 11:18:42 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 9/7/23 8:17 AM, detlef.bieritz@posteo.de wrote:

Bash Version: 5.1
Patch Level: 16
Release Status: release

Description:

When pressing the "x" key, no letter appears, with the combination "CTRL-v x" the 
"x" appears.
The key only works in bash, in sh, in the X server as well, in all graphic 
applications as well, as well as in the editors nano, joe, etc.
If this works, please send me the instructions. THANKS!

You have `x' bound to a readline command other than self-insert, or you
have it bound to one of the stty special characters.

Check the first by looking at the output of

bind -p | grep '^\"x"';

check the second by looking at the output of `stty -a'.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]