Petr Holub wrote: > > > The point is I need two commands when at the end of <li> item: > - hitting <Enter> continues with new <li> element (that's how > it is currently implemented) > - hitting some other key (e.g. <Shift+Enter>) would step out of > <li> element and continue in element one level above (in this > case this would go to <ul> element and hitting the same shortcut > would go one level up to <p> element and I'm able to continue > writing in <p> element
Also try this: [1] Type Ctrl-Up_Arrow until you select the enclosing <ul>. [2] Then type on key Insert. This command inserts a text placeholder after the currently selected element (if the DTD allows this): in your case, this means that you can continue typing inside the current <p>

