Hi Randall,
>Here's what I did: I used "od -c" to determine what are the actual
>sequences generated by the keys I cared to map and then wrote
>a .inputrc
>file based on that.
ahh, this was the missing step. I never knew, what key code sequences could
be used to assign a function at the key c
On Mon, Mar 18, 2002 at 03:43:25PM +0100, Gerrit P. Haase wrote:
> And while editing .inputrc, consider to add some more goodies:
>
> $ cat .inputrc
> # This file is read by the 'readline' library
> # (the library which bash uses for its command-
> # line editing facility)
>
> # Make Home work
>
Jörg,
Montag, 18. März 2002 18:58:50, du schriebst:
> Hi Gerrit,
>># Make Home work
>>"\e[7~": beginning-of-line
>># Make End work
>>"\e[8~": end-of-line
>># Make Delete work
>>"\e[3~": delete-char
>># make Insert work
>>"\e[2~": paste-from-clipboard
> is there any documentation for the key m
Jorg,
Here's what I did: I used "od -c" to determine what are the actual
sequences generated by the keys I cared to map and then wrote a .inputrc
file based on that.
Here's a hint, RXVT and the Windows console do not agree fully on key
mappings (nor are the completely distinct).
Here's the "
Hi Gerrit,
># Make Home work
>"\e[7~": beginning-of-line
># Make End work
>"\e[8~": end-of-line
># Make Delete work
>"\e[3~": delete-char
># make Insert work
>"\e[2~": paste-from-clipboard
is there any documentation for the key mappings ? I tried without success to
bind something to ALT+CurUp or
Lars,
Montag, 18. März 2002 15:37:33, du schriebst:
>> How can I get copying and pasting to work in rxvt like it does under X? I
>> want to be able to slect text with the left button and paste it with the
>> middle button ("emulated" actually: I just press both left and right buttons
>> at the
On Sun, Mar 17, 2002 at 09:14:59PM -0500, Oleg wrote:
> Hi
>
> How can I get copying and pasting to work in rxvt like it does under X? I
> want to be able to slect text with the left button and paste it with the
> middle button ("emulated" actually: I just press both left and right buttons
> at t
On Sun, Mar 17, 2002 at 09:14:59PM -0500, Oleg wrote:
> Hi
>
> How can I get copying and pasting to work in rxvt like it does under X? I
> want to be able to slect text with the left button and paste it with the
> middle button ("emulated" actually: I just press both left and right buttons
> at
Hi
How can I get copying and pasting to work in rxvt like it does under X? I
want to be able to slect text with the left button and paste it with the
middle button ("emulated" actually: I just press both left and right buttons
at the same time). I used to have it work on my other computer (laptop
9 matches
Mail list logo