TeXstudio 2.12.6 is still affected by the bug that unables users from moving the cursor to the beginning of the current line by pressing the home key.
As a workaround I erased all the entries of "Editor%20Key%20Mapping%20New" in texstudio.ini
Operating system: Fedora 27
TeXstudio 2.12.6 (hg 6631:16db084dae24) Uses Qt version 5.9.2, built with Qt 5.9.1 R
Downstream bugreport https://bugzilla.redhat.com/show_bug.cgi?id=1526731
"still" suggests that the bug has been present for some time. Is there an ealier bug report, which versions are affected ?
And what entries did you remove from the texstudio.ini ?
In past it affected 2.9.0 like in bugreport
https://sourceforge.net/p/texstudio/bugs/1277/
I erased lines
Editor%20Key%20Mapping%20New\%23Ctrl%2BHome=4105
Editor%20Key%20Mapping%20New\%23Ctrl%2BShift%2BHome=8201
Editor%20Key%20Mapping%20New\%23Enter=12293
Editor%20Key%20Mapping%20New\%23Home=4103
Editor%20Key%20Mapping%20New\%23Shift%2BHome=8199
Editor%20Key%20Mapping%20New\Ctrl%2BShift%2B%U2196=8201
Editor%20Key%20Mapping%20New\Ctrl%2B%U2196=4105
Editor%20Key%20Mapping%20New\Shift%2B%U2196=8199
Editor%20Key%20Mapping%20New\%U2196=4103
I can also say that erasing those lines introduced a quirk in using the key combo CTRL + left arrow key: sometimes it happens that the cursor, instead of jumping a single word, it will jump directly in the text description of the subsection (or paragraph, I don't remember) (example \subsection{foo})
Last edit: Germano Massullo 2017-12-20
This is not a bug. By default
Ctrl+Leftis bound towhich goes to the previous placeholder if there is one near by, or to the previous word otherwise.
What is the commit of the bugfix?
Thank you very much
there is no bugfix. I don't see a specific thing to fix.
This is the thing to fix
I assume that everything has worked fine since removing the problematic lines in texstudio.ini.
however the lines came corrupted, i can't reproduce. The actual logic of storing shortcuts seems to work. 2.9.0 had a differnt problem because we cahnged the format then.
So, what is ther to do ?