|
From: Jeff A. <je...@pu...> - 2014-02-23 20:12:19
|
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, {
In both cases, notion claims the binding is nil. (META is correctly set to
Alt, which I verify by not trying to set this keymap.)
Am I missing something straightforward?
Thanks.
Jeff Abrahamson
http://jeff.purple.com/
http://blog.purple.com/jeff/
|