X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=3ffff310ba5b9f8ad378fb8b4256cbb69efd8ea7;hp=14800fb91200cf2762a6bb7e44f87f7c8e4d8a1d;hb=3a859c33af7acd469727d84aad3072185e6dad7d;hpb=e3de8ad5c9ca7f96c99e8eb7ceaa7bb7aa2464f1 diff --git a/config.h b/config.h index 14800fb..3ffff31 100644 --- a/config.h +++ b/config.h @@ -163,8 +163,7 @@ static uint ignoremod = Mod2Mask|XK_SWITCH_MOD; /* Override mouse-select while mask is active (when MODE_MOUSE is set). * Note that if you want to use ShiftMask with selmasks, set this to an other * modifier, set to 0 to not use it. */ -//static uint forceselmod = ShiftMask; -static uint forceselmod = -1; +static uint forceselmod = ShiftMask; static Key key[] = { /* keysym mask string appkey appcursor crlf */ @@ -261,8 +260,7 @@ static Key key[] = { { XK_Delete, ShiftMask, "\033[3;2~", +1, 0, 0}, { XK_Delete, XK_ANY_MOD, "\033[3~", -1, 0, 0}, { XK_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, - { XK_BackSpace, XK_ANY_MOD, "\177", -1, 0, 0}, - { XK_BackSpace, XK_ANY_MOD, "\177", +1, 0, 0}, + { XK_BackSpace, XK_ANY_MOD, "\177", 0, 0, 0}, { XK_Home, ShiftMask, "\033[2J", 0, -1, 0}, { XK_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, { XK_Home, XK_ANY_MOD, "\033[H", 0, -1, 0},