diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -3579,7 +3579,6 @@ kpress(XEvent *ev) { | |||
| 3579 | return; | 3579 | return; |
| 3580 | 3580 | ||
| 3581 | len = XmbLookupString(xw.xic, e, buf, sizeof buf, &ksym, &status); | 3581 | len = XmbLookupString(xw.xic, e, buf, sizeof buf, &ksym, &status); |
| 3582 | e->state &= ~Mod2Mask; | ||
| 3583 | /* 1. shortcuts */ | 3582 | /* 1. shortcuts */ |
| 3584 | for(bp = shortcuts; bp < shortcuts + LEN(shortcuts); bp++) { | 3583 | for(bp = shortcuts; bp < shortcuts + LEN(shortcuts); bp++) { |
| 3585 | if(ksym == bp->keysym && match(bp->mod, e->state)) { | 3584 | if(ksym == bp->keysym && match(bp->mod, e->state)) { |
