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 16:18:54 -0600

On Sun, 22 Jul 2018 19:35:25 +0200
Benno Schulenberg <address@hidden> wrote:

> Op 22-07-18 om 10:30 schreef Brand Huntsman:
> > 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  
> 
> It does.  But... then releasing <Ctrl+Shift> activates
> KEYCAP PICTURE INSERT MODE (displayed in a bright yellow
> box in the lower left corner).  The next keystroke either
> beeps or inserts an unexpected symbol.  :|

You have to disable iso14755_52 to fix that.

URxvt.iso14755_52: false

The yellow box still appears whenever ctrl-shift is pressed unless iso14755 is 
also disabled, but then you lose that functionality, and the yellow box isn't 
annoying.




reply via email to

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