On 08/03/18 10:53, Liam Proven wrote:
On Thu, 8 Mar 2018 11:13:21 +0800 George from the tribe <tech@reachthetribes.org> wrote:
It seems like some kind of autocorrect feature that should be easily disabled,
It is.
There are several methods.
[1] To force something to be interpreted as text, prefix it with a single apostrophe.
So enter:
'/dev/sda1
and that's what the cell will contain, unparsed.
Alternatively:
[2] enter it as a string:
="/dev/sda1"
Then it won't even contain the leading apostrophe.
Or
[3] Format the cell as Text, then its contents will be displayed rather than parsed.
You can also do a Ctrl-Z directly after the change is applied to undo it and preserve what you've typed. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org