From 329c7cd89ef06e89fb1afd4930167e148636aa64 Mon Sep 17 00:00:00 2001 From: oga Date: Wed, 25 Jun 2008 22:38:36 +0000 Subject: Support shift in mouse bindings. There's really no reason not to. tested by johan@ and todd@. --- conf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 9947d8d..f3fa60a 100644 --- a/conf.c +++ b/conf.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: conf.c,v 1.43 2008/06/25 22:37:29 oga Exp $ + * $Id: conf.c,v 1.44 2008/06/25 22:38:36 oga Exp $ */ #include "headers.h" @@ -430,6 +430,10 @@ conf_mousebind(struct conf *c, char *name, char *binding) strchr(name, 'M') < strchr(name, '-')) current_binding->modmask |= Mod1Mask; + if (strchr(name, 'S') != NULL && + strchr(name, 'S') < strchr(name, '-')) + current_binding->modmask |= ShiftMask; + substring = strchr(name, '-') + 1; if (strchr(name, '-') == NULL) -- cgit v1.2.3-2-gb3c3