--- In [email protected], "castaban" <casta...@...> wrote:
>
> There is a problem I am having, appreciate if you guys can help.
> I am using these commands in different bars. However when I
> execute these commands to insert the text from where the cursor
> is, instead of inserting the text from the current location of
> the cursor, it overwrites the whole current text with the new
> one. Example:
> I have browser location bar content:
> http://www.cnn.com/<cursor is here>
> When I execute these commands to paste text "sports" I expect to
> see:
> http://www.cnn.com/sports<cursor is here>
> However I get only:
> sports
> Looks like when I enter the short cut for the menu, focus is lost
> (I do not see the cursor anymore.
> This used to work, I am not sure when and how it stopped working,
> but is driving me bananas.
> I really appreciate help
>
> Thanks
>
Unlike a hotkey, using a bar button does shift focus back and forth. Focus is
returned, not to the child window but to the main application window. That
window reactivates the address bar and causing all the text in the address to
be selected. Possibly it worked differently in a previous version of your
browser.
Try including
{end}{w2}
at the start of your keystring.
Regards,
Sheri