I'm new to ion and am having trouble adding a key binding to set the width of the active frame. I want to have the '5' key on the keypad set the frame to be 80 columns/pixels wide without changing the height.
As a shot in the dark, I added the following line to the
genframe_bindings section of ion-bindings.lua:
kpress("KP_Begin", make_mplex_sub_fn(WRegion.request_geom,{w=80})),
The line doesn't give me any errors, but nothing happens when
I press KP_Begin. I'm using ion-2-20040729 and lua-5.0.2.
