Just tried it with 7.11, and there it works as expected, without the need to change focus smile.

A question, though.

Quote:
44.Extended /editbox -fN switch, where N = 1 sets focus and N = 2 uses editbox with current focus.


The -o switch (or lack thereof) was the switch that determined which editbox was selected, while the -f switch was setting focus to that editbox.

Now -f or -f1 causes an action (set focus), while -f2 determines which box is selected.

Wouldn't it be better to use the -o switch for it?

"-o" or "-o1" = use secondary editbox.
"-o2" = use editbox with focus.