--- rxvt-unicode/src/command.C 2005/02/14 10:44:50 1.194 +++ rxvt-unicode/src/command.C 2005/02/17 12:06:21 1.195 @@ -278,9 +278,9 @@ * * Always permit `shift' to override the current setting */ - shft = (ev.state & ShiftMask); - ctrl = (ev.state & ControlMask); - meta = (ev.state & ModMetaMask); + shft = ev.state & ShiftMask; + ctrl = ev.state & ControlMask; + meta = ev.state & ModMetaMask; if (numlock_state || (ev.state & ModNumLockMask)) {