> - { XK_BackSpace, XK_ANY_MOD, "\177", +1,0,0},
> + { XK_BackSpace, XK_ANY_MOD, "\177", 0,0,0},
Due to the reasons why we changed the backspace behaviour, I think your
patch makes sense. I will apply it (and I will update the reverse patch
---
config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index 5b985cd..28a413b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -259,7 +259,7 @@ static Key key[] = {
{ XK_Delete,ShiftMask, "\033[3;2~",+1,0,0},