Re: Display C-@ as C-Space in lsk

2010-06-05 Thread Nicholas Marriott
Hi Maybe we can generate the mask key defines as ~(KEYC_ESCAPE|...)? Otherwise looks fine. We should use these masks elsewhere probably (window-copy.c?). On Sat, Jun 05, 2010 at 12:16:17AM -0700, Micah Cowan wrote: > This patch causes bindings of C-Space (really C-@) to display as > C-Space, p

Display C-@ as C-Space in lsk

2010-06-05 Thread Micah Cowan
This patch causes bindings of C-Space (really C-@) to display as C-Space, per Nicholas's request. Testing: verified that bindings of C-@ and C-M-@ show up as C-Space and C-M-Space, and that binding @ remains as @. Note: I committed the patch that fixed the binding of C-Space directly, because its