Re: [dev] [st] inconsistent backspace and alt+backspace behavior

2016-07-04 Thread Eric Pruitt
On Mon, Jul 04, 2016 at 08:49:05PM +, Alive 4ever wrote: > How can I get rid of this inconsistent backspace behavior and get the > right backspace behavior (^?) even with alt (meta) pressed? Mod1Mask typically represents Alt, so try adding this to config.h: { XK_BackSpace, Mod1Mask,

[dev] [st] inconsistent backspace and alt+backspace behavior

2016-07-04 Thread Alive 4ever
I am getting inconsistent backspace behavior when using st with the config.h below (default package on Archlinux). The output of 'showkey --ascii' when I press backspace and alt+backspace is below ^? 127 0177 0x7f ^[^H 27 0033 0x1b 8 0010 0x08 This behavior makes it hard to del