diff options
author | bernd | 2007-04-27 18:10:39 +0000 |
---|---|---|
committer | bernd | 2007-04-27 18:10:39 +0000 |
commit | ef7a73c51f1e8c490b81c82229f4d9430f1a010d (patch) | |
tree | ff81632f92d8c570054616e83920c24c3d7b7beb /grab.c | |
parent | 7c8043d99252ee1f16a0c00c2712ed543d44cba1 (diff) | |
download | cwm-ef7a73c51f1e8c490b81c82229f4d9430f1a010d.tar.gz |
Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/.
Diffstat (limited to 'grab.c')
-rw-r--r-- | grab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: grab.c,v 1.2 2007/04/27 18:08:14 bernd Exp $ + * $Id: grab.c,v 1.3 2007/04/27 18:10:39 bernd Exp $ */ #include "headers.h" @@ -378,7 +378,7 @@ grab_label(struct client_ctx *cc) switch (e.type) { case KeyPress: if (input_keycodetrans(e.xkey.keycode, e.xkey.state, - &ctl, &chr, 1) < 0) + &ctl, &chr, 0) < 0) continue; switch (ctl) { |