question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Impossible to write some special characters (Linux only)

See original GitHub issue

The 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:open
  • Created 7 years ago
  • Reactions:1
  • Comments:22 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
roipoussierecommented, Dec 14, 2016

Up, please. 😃

This issue is very inconvenient for our project since we are developping a text editor.

1reaction
JordanMartinezcommented, May 3, 2017

Oh…

Well, it’s also reported in JDK-8179526

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found