#20958
Yutaka Emura
Keymaster

Hello KamilZ,

This is the correct behavior. If multiple lines are selected, the Tab key behaves as the “Indent”.

If you really want the Tab behaves as inserting the Tab, you can write a macro:

document.selection.Text="\x09";

and assign this macro as the Tab key.