On Sun, Sep 16, 2018 at 07:33:15AM +0200, Kornel Benko wrote:
> Am Samstag, 15. September 2018 21:45:33 CEST schrieb Scott Kostyshak 
> <skost...@lyx.org>:
> > Consider the attached .lyx file. When navigating to the cells of the
> > \overset and \stackrel, I would prefer for "tab-navigation" to cycle.
> > 
> > The attached patch does that, but I imagine that in other situations, we
> > do not want to cycle in this part of the code. If there is interest in
> > cycling in some situations and not in others, we could think of adding a
> > bool.
> > 
> > Any thoughts?
> > 
> > Scott
> 
> +1
> 
> It is handy.

Thanks for taking a look.

> Considering the inset
>       $X_{n}\stackrel[2]{1}{\rightarrow}a$
> 
> The only thing in using [Tab] is that if the cursor is in position between
>       'X_{n}' and '\stackrel[2]{1}{\rightarrow}'
> or
>       '\stackrel[2]{1}{\rightarrow}' and 'a'
> or
>       'a' and '$'
> then we land always at start of the inset.
> 
> I'd prefer to move the cursor here in the same manner,
> that is:
> * Enter the inset -> cursor is between '$' and 'X_{n}'
> * [Tab] -> cursor is between 'X_{n}' and '\stackrel[2]{1}{\rightarrow}'
> * [Tab] -> cursor is between '\stackrel[2]{1}{\rightarrow}' and 'a'
> * [Tab] -> cursor is between  'a' and '$'
> * [Tab] -> cursor is between '$' and 'X_{n}'
> 
> But that is another issue.

Makes sense.

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to