On Thu, May 21, 2015 at 5:31 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > Le 21/05/2015 11:20, Scott Kostyshak a écrit : >> >> Is it possible to close the outline? It would be nice if ESC did this. >> Currently ESC puts the cursor back in the workarea which is a nice >> function, but TAB can already be used for this. > > > Yes, I think that Esc should do it. OTOH, wouldn't it be useful to have tab > navigate into the outline? How do I use the keyboard to go to the filter, > for example?
Good point. We could add Qt accelerators for these (e.g. you could do alt+f to go to the filter field)? I think actually both Qt accelerators and tab should be used. But then how do we go from the outline to the workarea without closing it? Either we keep ESC for that or we find a new way. For example, backspace when anywhere except the Filter text area? That is not very intuitive. Maybe Shift + ESC? Or what about the same short cut that is used to open the dialog? This would be intuitive but I think tricky to implement if we want to have a clean way (e.g. no hard coding). Scott