From 49f3193bd3ecb3b5e447f9c0b2318069d5945887 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 19 May 2008 18:07:53 +0000 Subject: stop normalizing search input; searching and matching are still case-insensitive. since this was the only use of normalizing input, simplify as well. allows one to exec with mixed case unmatched commands. "works for me" oga@ --- grab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grab.c') diff --git a/grab.c b/grab.c index 027d6ed..90f23b2 100644 --- a/grab.c +++ b/grab.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: grab.c,v 1.11 2008/05/17 03:59:55 okan Exp $ + * $Id: grab.c,v 1.12 2008/05/19 18:07:53 okan Exp $ */ #include "headers.h" @@ -301,7 +301,7 @@ grab_label(struct client_ctx *cc) switch (e.type) { case KeyPress: if (input_keycodetrans(e.xkey.keycode, e.xkey.state, - &ctl, &chr, 0) < 0) + &ctl, &chr) < 0) continue; switch (ctl) { -- cgit v1.2.3-2-gb3c3