X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=8cfa2f7ba40a0dcd4325706860c383c07315e0e9;hp=d0a62187528992b290fde1cbabfa4562eedb2dc0;hb=3d3c37bc70042cd2f4bbc8f6ea5fceb2311f0a32;hpb=489982d4b8442af25a380f8c22be542055cda81f diff --git a/st.c b/st.c index d0a6218..8cfa2f7 100644 --- a/st.c +++ b/st.c @@ -3579,7 +3579,6 @@ kpress(XEvent *ev) { return; len = XmbLookupString(xw.xic, e, buf, sizeof buf, &ksym, &status); - e->state &= ~Mod2Mask; /* 1. shortcuts */ for(bp = shortcuts; bp < shortcuts + LEN(shortcuts); bp++) { if(ksym == bp->keysym && match(bp->mod, e->state)) {