Impossible to write some special characters (Linux only)
See original GitHub issueThe input doesn’t allow some special characters to be written, like:
- à [ ` + a]
- é [ ’ + e ]
- á [ ’ + a ]
- ã [ ~ + a ]
- ó [ ’ + o ]
But allows others like “ç”.
The characters that can’t be added are all combinations of two keys and can be added to the text area by other means (using Ctrl+V or setting the text content in the source code).
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:22 (11 by maintainers)
Top Results From Across the Web
linux - Cannot type certain special characters in LinuxMint
I know that this answer is late (about 7 years), but even I had the same problem and found the solution and I...
Read more >How to type special characters in Linux? - Super User
You can use Ctrl + Shift + u followed by the code in hex. (You only need to hold down Ctrl and Shift...
Read more >Special Characters and Quoting - Learning the bash ... - O'Reilly
Here is a more practical example of quoting special characters. A few UNIX commands take arguments that often include wildcard characters, which need...
Read more >How do I create files with special characters in Linux?
You need to escape special characters with the backslash symbol ( \ ). This command will create a file named "\?$*'KwaMe'*$?\" :
Read more >Quoting Special Characters
That could be a problem because blanks and many punctuation characters have special meanings to the command shell, the program that reads ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Up, please. 😃
This issue is very inconvenient for our project since we are developping a text editor.
Oh…
Well, it’s also reported in JDK-8179526