THE PROBLEM
Currently, typing texts such as (c)
in any order (i.e. whichever character was typed last) replaces the text with the special character “©”. This is a problem since there are people who likes to first create a pair of parenthesis before typing anything in it. In that case, if the first letter happens to be c, there result they get is not what they had in mind.
WHAT DO YOU RECOMMEND
To solve the aforementioned issue, I suggest only replacing a text with special characters when the final letter is the last character typed. In the example given above, that would be the closing parenthesis. This way, it is much harder to accidentally use the feature.
HOW COULD IT BE DONE
N/A
REAL WORLD USE CASES
N/A
RECOMMENDED ALTERNATIVES
- People could change their typing habit and type out what they have in mind before closing the parenthesis
- The developers could add an option to disable special character replacement
ADDITIONAL CONTEXT
N/A