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

Reply via email to