Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 1, 2016 at 5:54 am #20957 KamilZParticipant Hello, EmEditor x64 16.1.0, behaviour on the picture (2) is bug or feature? If feature then can i disable it? I think that correct behaviour is on the picture (3). Kamil July 1, 2016 at 10:28 am #20958 Yutaka EmuraKeymaster 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. July 1, 2016 at 10:58 am #20959 KamilZParticipant Hello Yutaka, thank you for explain and workaround. It’s good solution. Kamil Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘Questions and Answers about EmEditor Core’ is closed to new topics and replies.