On Thu, Feb 19, 2004 at 01:13:09PM +0100, Stefan ReichÃr wrote: > How hard would it be to implement such a feature?
Practically impossible with the current binding configuration scheme. Most of the functions passed as binding callbacks have no name. In the case of what Ion3 looks currently, well, relatively easy. All you'd have to do is store the original command string from the configuration table into the WBinding structure and then write a little code that grabs the keyboard with a handler quite similar to submapgrab_handler, but does not call the binding once it finds one, instead calling a given continuation with the string from the binding structure as parameter. -- Tuomo
