cwm and unbinding keys

2009-01-28 Thread Josh
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 And it is a no go. Also tried bind

Re: cwm and unbinding keys

2009-01-28 Thread Okan Demirmen
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:

Re: cwm and unbinding keys

2009-01-28 Thread Josh
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-. 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

Re: cwm and unbinding keys

2009-01-28 Thread Okan Demirmen
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

Re: cwm and unbinding keys

2009-01-28 Thread Owain Ainsworth
On Thu, Jan 29, 2009 at 02:33:04PM +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-. I'm afraid that the answer to that is: /usr/X11R6/include/X11/keysymdef.h where you

Re: cwm and unbinding keys

2009-01-28 Thread Dan Harnett
On Wed, Jan 28, 2009 at 10:48:23PM -0500, Okan Demirmen wrote: 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