Re: [dev] [st] inconsistent backspace and alt+backspace behavior
On Mon, Jul 04, 2016 at 08:49:05PM +0000, 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, "\177", 0, 0, 0},
Eric
Received on Tue Jul 05 2016 - 04:28:28 CEST
This archive was generated by hypermail 2.3.0
: Tue Jul 05 2016 - 04:36:23 CEST