Description: The explanation of the help page about Calc Input settings is not appropriate. https://help.libreoffice.org/latest/en-US/text/shared/optionen/01060300.html There are two places. General > Input settings Press Enter to switch to edit mode 1. // Original // Uncheck this option to make the Enter key [** select the cell below the current cell **]. --- The default is correct. However, The cell is selected according to the settings of [ Press Enter to move selection ] . 2. And one more. Next line Warnig Description. // Original // If a range of cells is selected, each time Enter is pressed will select the next cell inside the range. Hence, enabling [** this option **] is useful when entering values into a range of cells sequentially. --- [ this option ] is [ Press Enter to move selection ] , not [ Press Enter to switch to edit mode ] . It should be described below [Press Enter to move selection]. However, if both options are enabled, you need to be careful because they will do a little interesting operation. Steps to Reproduce: open https://help.libreoffice.org/latest/en-US/text/shared/optionen/01060300.html Actual Results: . Expected Results: . Reproducible: Always User Profile Reset: No Additional Info: .
Does this makes it clearer? "If a range of cells is selected, each time <keycode>Enter</keycode> is pressed will select the next cell inside the range, according to the direction selected in <emph>Press Enter to move selection</emph>. Hence, enabling both options is useful when entering values into a range of cells sequentially."
(In reply to Olivier Hallot from comment #1) > Does this makes it clearer? > > "If a range of cells is selected, each time <keycode>Enter</keycode> is > pressed will select the next cell inside the range, according to the > direction selected in <emph>Press Enter to move selection</emph>. Hence, > enabling both options is useful when entering values into a range of cells > sequentially." I rely on Google's automatic translation to post and read, so it's difficult to judge whether this sentence is easy to understand, but I think it's a correct description.
each time <keycode>Enter</keycode> is pressed will select -> each time <keycode>Enter</keycode> is pressed it will select
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/c02428dbc46618eb781bcbdeb816e20518a44e6c tdf#152397 Fix Help page about Calc Input settings