Você está correto em que parece um pouco estranho. Aqui está o que eu entendo. Não importa qual seja o contexto ao adicionar um marcador, você sempre pode terminá-lo com o Espaço. Então, digitar \p Espaço adicionará um marcador de parágrafo. Este é, claro, o comportamento que você veria se estivesse na visão Unformatted (Sem formatação).
O problema com a tecla Enter é que, quando você está na visão Standard (Padrão) e está usando a ferramenta de seleção de marcador, a tecla Enter só funciona se o marcador estiver realmente presente na ferramenta naquele momento. Pressionar a tecla \ exibirá os estilos de caractere que estão atualmente disponíveis com base no usfm.sty e custom.sty (e frtbak.sty para outros livros). Então, se eu pressionar \ p, nunca verei apenas a opção \p. Vererei coisas como \pn. Se eu digitar \p e depois Enter, estarei na verdade selecionando um dos marcadores de caractere disponíveis. No entanto, devido à natureza do Espaço com marcadores, se eu pressionar um Espaço depois de digitar o p, eu realmente obtenho o marcador que quero.
Para marcadores de parágrafo, eu normalmente pressionaria Enter e depois digitaria o código do marcador. Então, se eu pressionar Enter p, verei a opção \p e, quando eu pressionar Enter novamente, obtive esse marcador.
Então, parte do problema é a diferença entre a exibição de estilos de parágrafo e de caractere e o que é visível dependendo se você começou com Enter ou Espaço.
You are correct that it seems a little odd. Here is what I understand. No matter what the context in adding a marker you can always end it with the Space. So typing \p Space will add a paragraph marker. This is of course the behavior you would see if you are in Unformatted view.
The issue with the Enter key is that when you are in Standard view and are using marker selection tool, the Enter key only works if the marker is actually present in the tool at that time. Pressing the \ key will display the character styles that are currently available based on usfm.sty and custom.sty (and frtbak.sty for other books). So if I press \ p I will never see just the \p option. I will see things like \pn. If I type \p and then Enter I will actually be selecting one of the available character markers. However, because of the nature of the Space with markers if I press a Space after typing the p I actually get the marker I want.
For paragraph markers I would normally press Enter and then type the maker code. So if I press Enter p I will see the \p option and when I press Enter again I get that marker.
So, part of the issue is the difference between the display of paragraph and character styles and what is visible depending on if you started with Enter or Space.