Changing back and forth, RTL and LTR

I am inserting Arabic words into an English language document. How can I switch the direction of text back and forth? When I type an Arabic word, Libreoffice types the word correctly (RTL), but it gets stuck in RTL and begins inserting the English words on the wrong side of the Arabic word, and I can’t switch it back.

Note that CTRL+ SHIFT (right or left shift) and CTRL + A and CTRL + D, do not do anything at all.

There is no problem for me. When I enter an English word at the start of a blank document with default settings, it’s LTR. Switching to an Arabic keyboard (I used Arabic 101 Basic in Keyman) and typing a character causes LibreOffice to start a RTL word to the right of the first word. Then switching back to an English keyboard starts a LTR word to the right of the other two words. It works smoothly. Is this the behavior you want?

Perhaps your font or encoding has a problem. Make sure that Tools -> Options -> Language Settings -> Languages -> Complex text layout is checked. Are you using a Unicode font? What is the name of the font? Also, please edit the question to mention your operating system and version of LibreOffice.

You can try to force a specific direction by Insert → Formatting mark → Left-to-right mark/Right-to-left mark.

It is very limited, they should add at least RLM, LRM, RLE, LRE, PDF to be able to cover most of the case (I translate softwares from English to Arabic, so those character control covers all my needs).

Click right in any icon below toolbar, select customize toolbar, rechecklist rtl and ltr tool

‪The problem with mixing RTL and LTR is that symbols (spaces included) are neutral to text direction, so they automatically follow the previous text direction, which also changes according to the character of the language used.‬

Imagine you want to write this single line :‎

‪The استقامة‎ : (‫فعل : استقام [past]

  • يستقيم [present] - استقم [imperative]‬)

You get,‎
this, if you have LTR as default :‎

‪The استقامة : (فعل : استقام [past] -
يستقيم [present] - استقم
[imperative])‬

Or that, if you have RTL as default :‎

‫The استقامة : (فعل : استقام [past] -
يستقيم [present] - استقم
[imperative])‬

‪*To correct the problem I will use Windows Notepad.*‎‬

you can use any text editor that support unicode bidirection characters.‎‬

‪First, we know that the example is an LTR paragraph, so we insert LRE unicode character, then type The then استقامة,‬

LREThe استقامة‬

‪Type space, colon and the open parenthesis,‎‬

LREThe استقامة : (‬

‪Problems are going to happen here : If you type a letter after the parenthesis this will changes its direction according the letter, if you type in Arabic, the text and parenthesis will continue to the left of استقامة .If you type Latin letters then the text and parenthesis will continue to the right of استقامة.‬

‪To avoid this problem we want the Arabic word to behave as if it was a Latin word, so we insert LRM unicode character after it to force this behaviour,‎‬

LREThe استقامةLRM : (‬

‪Now, we want to type inside the parenthesis, but wait ! There is a mixed LTR and RTL text and symbols and spaces!‎‬

‪The solution is that we notice that the sentence between parenthesis follows a RTL direction, in that case, we insert RLE unicode character,‎‬

LREThe استقامةLRM : (RLE

‪then continue typing all remaining things except the closing parenthesis (type the begin and closing brackets as if you normally type Latin text),‎‬

‪‪RLEThe استقامة ‎LRM: (RLE‫فعل
: استقام [past] - يستقيم [present] -
استقم [imperative]‬‬

‪then insert the unicode character PDF Pop Directional Format which closes the RTL block and type the closing parenthesis,‎‬

RLEThe استقامة ‎LRM: (RLE‫فعل :
استقام [past] - يستقيم [present] -
استقم [imperative]‬PDF)‬

‪And then, you close the LTR paragraph with the PDF unicode character,‎‬

RLEThe استقامة ‎LRM: (RLE‫فعل :
استقام [past] - يستقيم [present] -
استقم [imperative]‬PDF)PDF

‪Now the paragraph will keep the same order even if you change the global text direction.‎‬

‪Finally🥴, you select all (prefer CTRL+A to be sure that you will copy all invisible control characters), then paste it in your Writer document.‎‬

‪This is a summary in notepad and how to access the unicode control characters :‬

‪More info : Bidirectional text - Wikipedia