This section describes how browsers and other applications react on different keys to enter line breaks or paragraphs.
P = paragraph (<p> tag)
LB = line break (<br /> tag)
| Firefox | MSIE | Opera | Webkit | |
|---|---|---|---|---|
| <enter> | LB | P | LB | <div> |
| <shift> + <enter> | LB | LB | LB | <div> |
| <strg> + <enter> | --- | --- | --- | --- |
| MS Word | OO Writer | Outlook | Thunderbird | |
|---|---|---|---|---|
| <enter> | P | P | P | LB |
| <shift> + <enter> | LB | LB | LB | LB |
| <strg> + <enter> | Page break | P | --- | LB |