On Thu 2009.01.29 at 14:33 +1300, Josh wrote:
> Ahh yes, ? was the wrong char to use, but I was also using /.
> 
> Where do I get the list of names for characters like that? Eg, I also
> want to unbind Alt-. 

bind M-period unmap

that list can be found in /usr/X11R6/include/X11/keysymdef.h which is
less than optimal.  i'm not sure we want to fully document that in
cwmrc(5) though; it would be nice if X did so, but i'm afraid it is not
to be found.  one place one may also look is cwm's source, if you have
the tree handy, /usr/xenocara/app/cwm/conf.c in conf_init(); again not
great.

i'm not sure yet about how to document this stuff.

cheers,
okan

> On Wed, 2009-01-28 at 12:07 -0500, Okan Demirmen wrote:
> > On Thu 2009.01.29 at 05:54 +1300, Josh wrote:
> > > Hello.
> > > 
> > > I must be missing something obvious here.
> > > 
> > > I am trying to unmap keys in cwm. When I press Ctrl + ? I get a little
> > > window pop up which says 'application'. Well anyway, I want to unmap it
> > > (among other bindings), so I put this in ~/.cwmrc:
> > > 
> > > bind C-? unmap
> > 
> > it's a "/", not "?".
> > 
> > bind C-slash unmap
> > 
> > maybe that should be more clear in the man pages...

Reply via email to