Date: Thu, 27 Aug 1998 19:36:06 -0400 (EDT) From: Bob K <melange@yip.org> To: freebsd-questions@FreeBSD.ORG Subject: Re: ctwm & keyboard bindings (fwd) Message-ID: <Pine.BSF.3.96.980827193535.5416r-100000@yip.org>
next in thread | raw e-mail | index | archive | help
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 <melange@yip.org> 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 <mange@mail.signum.se> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980827193535.5416r-100000>