X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=12e1e1f1e5ca4b799d3655f3e24094e9c675c0cb;hp=50b58a77e4080a65c3fb30ce4ac61ff5da1f39c0;hb=297c886b72f4e9093973aaa14b66d392f6196634;hpb=0f6942cdf6f8220f1ecd06e4b398e95c43833d44 diff --git a/st.c b/st.c index 50b58a7..12e1e1f 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)) {