From owner-freebsd-questions Thu Aug 27 16:36:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26620 for freebsd-questions-outgoing; Thu, 27 Aug 1998 16:36:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from yip.org (yip.org [142.154.6.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26608 for ; Thu, 27 Aug 1998 16:36:15 -0700 (PDT) (envelope-from melange@yip.org) Received: from localhost (melange@localhost) by yip.org (8.8.8/8.8.8) with SMTP id TAA07597 for ; Thu, 27 Aug 1998 19:36:06 -0400 (EDT) (envelope-from melange@yip.org) Date: Thu, 27 Aug 1998 19:36:06 -0400 (EDT) From: Bob K To: freebsd-questions@FreeBSD.ORG Subject: Re: ctwm & keyboard bindings (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Found the answer to my question on the ctwm mailing list, in case anyone was wondering. melange@yip.org - "Slightly tacky but completely entertaining" ---------- Forwarded message ---------- Date: Wed, 26 Aug 1998 17:12:56 -0400 (EDT) From: Bob K To: Claude.Lecommandeur@epfl.ch Cc: ctwm@cognac.epfl.ch Subject: Re: ctwm & keyboard bindings On Wed, 26 Aug 1998 Claude.Lecommandeur@epfl.ch wrote: > > I'm trying to get alt-tab and alt-shift-tab to f.warpring "next" and > > "prev" in ctwm-3.5. I've got alt-tab working, but alt-shift-tab doesn't. > > Could someone point out the big obvious mistake hanging in front of my > > nose? Here's the relevant lines in my .ctwmrc: > > > > "Tab" = meta : all : f.warpring "next" # works! > > "Tab" = meta | shift : all : f.warpring "prev" # doesn't! > > > > (By the way, on the off-chance there's a FAQ for this, feel free to tell > > me to RTFM ;) > > > > melange@yip.org - "Slightly tacky but completely entertaining" > > > > > > The 'shift' keyword is gobbled up by m4. Either disable m4 preprocessing > (with -n) or use 's' instead of 'shift' : > > "Tab" = meta | s : all : f.warpring "prev" # works! > > damned m4 ! Yep, it works. Magnus Nilsson also let me know. Thanks! melange@yip.org - "Slightly tacky but completely entertaining" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message