Can't type '@' or '|' characters in the terminal
Since the last update (2021.2) I cannot type the characters @ or | in the WebStorm terminal. I have tried PyCharm, which was not up to date, and I have been able to write these characters in the terminal without problem, but after updating to 2021.2 the same thing happens, in the terminal neither @ nor | can be written.
I use MacOS with the Spanish layout
Please sign in to leave a comment.
Caused by "Use Option as Meta key" in "Preferences | Tools | Terminal" (IDEA-165184). It has been added in 2021.2 and it's on by default. Just disable it to be able to type characters with Option+key.
Thanks Elena. Now works fine again.