>> That's no problem, that is how it is supposed to be. That's why I gave >> the example of the GuiCommandBuffer, which doesn't toggle if the focus >> is on the bufferView. > >which means introducing new lfun just for the sake of having shortcut in menu. hrm. >pavel >
I don't know whether it is necessary to have a new LFUN. There is some logic in GuiCommandBuffer that captures the shortcut to hide itself. So, when pressing Alt-X in the documentView will change focus to the command buffer, but when in the command buffer it'll hide it. Vincent