From: Jeff A. <je...@pu...> - 2014-06-09 21:00:38
|
That did fix my problem. I figured this out a while back, my apologies for not following on on this thread to document it. Thanks very much for following on despite the age of my question! Jeff Abrahamson +33 6 24 40 01 57 <-- briefly unavailable mid-June +44 7920 594 255 <-- will change 18 July http://jeff.purple.com/ http://blog.purple.com/jeff/ On 9 June 2014 22:58, Arnout Engelen <no...@bz...> wrote: > On Sun, Feb 23, 2014 at 9:12 PM, Jeff Abrahamson <je...@pu...> wrote: > >> I'd like to push most of notion's key bindings into a submap under >> META-tab. Since the docs say to use the names in xkeysym.h (xkeysymdef.h), >> I tried >> >> defbindings("WScreen", { >> submap(META..KB_Tab, { >> >> >> and, since that didn't work, >> >> defbindings("WScreen", { >> submap(META..Tab, { >> >> > Hi Jeff, > > Looks like this should be 'Tab' (I guess the docs could be improved there). > > I think the problem you're running into, though, is that "Tab" should be > in quotes there. The error message is probably saying 'Tab' (which without > quotes is a variable name) is 'nil'. > > > Kind regards, > > Arnout > |