On Wed, Apr 06, 2005 at 06:44:26PM +0300, Martin Vermeer wrote: > On Wed, 2005-04-06 at 17:00, Jean-Marc Lasgouttes wrote: > > I do not remember whether this is new and whether Martin has a fix in > > hand for that already, but I just noticed that it is not possible to > > escape from a math inset with Page Up/Down. > > > > JMarc > > BTW why would you want a mathinset to handle a Page Up/Down event?
A single math inset could easily span more than a screen in LyX. OTOH moving in math page-wise has never worked reliably IIRC > Can't we just shortcircuit it (i.e., make sure the surrounding text > handles it)? This would be handling 'page up' as 'finished down' + 'undispatched' in MathNestInset. Andre'