lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Cant write unicode code for  #109

Closed mischk closed 9 years ago

mischk commented 9 years ago

I know its uncommon, but I dont have the |-key on my keyboard so I have to write it with the ctrl-shift-u007c method. It works well with other codes than that in tilda (and only in tilda!). I cant write the "c" at the end. Other terminals work well...

lanoxx commented 9 years ago

Hi, I was able to insert a pipe here on my computer. This is what I did:

  1. Press CTRL+SHIFT+U -> A underlined u appears
  2. Release CTRL+SHIFT
  3. Press 007c
  4. Press ENTER

Fell free to reopen if that does not work for you.