Le 25/05/2019 à 02:07, Isaac Oscar Gariano a écrit :
I have also attached another patch here that turns off the keyboard
shortcuts ("!" and "space") that turn on/off autocrrect, as I find this
feature incrediably annoying and it is now unecesary thanks to the
ability to undo-autocorrects that Jean allready implemented. Note that
you can still turn autocorrect of/on using the checkbox in the options
dialog.
I have not however removed references to this feature in docoumentation,
hopefully someone more familiary with the LyX code base will know where
these are.
Dear Isaac,
The patch that remove support for the ! command is now in. I have also
added your name to Credits. Welcome aboard :)
And finally, I have another patch, (relying on the above) that places
autocorrect at the top of `InsetMathNest::interpretChar`, ensuring that
any autocorrections that trigger on special characters (such as '^' or
'~') work. In particular, you can now make an autocorrection from "<~"
to "\preceq"!
What about skipping autocorrect in math text mode? I know it was enabled
before, but I am not sure it is a good idea.
JMarc