nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] input: erase the next word when Ctrl is held wh


From: Brand Huntsman
Subject: Re: [Nano-devel] [PATCH] input: erase the next word when Ctrl is held while pressing Delete
Date: Sun, 22 Jul 2018 02:30:41 -0600

On Sun, 22 Jul 2018 02:13:04 -0600
Brand Huntsman <address@hidden> wrote:

> > But worse: <Ctrl+Shift+arrow> produces the exact same keycode
> > and escape sequence as <Shift+arrow>, which makes selecting text
> > by word or by block impossible.  
> 
> Yes, they are the same sequence here too.

Adding the following to ~/.Xresources fixes the problem.

URxvt.keysym.C-S-Up: \033[1;6A
URxvt.keysym.C-S-Down: \033[1;6B
URxvt.keysym.C-S-Right: \033[1;6C
URxvt.keysym.C-S-Left: \033[1;6D



reply via email to

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