This answer has tips on how to do it on Gnome or Vim, but these don't work on KDE. This bug shows that KDE don't support the ISO notation with Ctrl+Shift plus the character's hex code. Is there any other way I can do this with a keyboard (that is, without copying and pasting)?

link|improve this question

73% accept rate
feedback

2 Answers

Memorising hexcodes is madness. Use the compose key instead. It lets you combine characters in a mnemonic way. This is a feature of X, not just KDE, thus works everywhere. Some examples:

  • Compose, v, CČ
  • Compose, ´, EÉ
  • Compose, _, uū
  • Compose, ^, iî
  • Compose, ,, SŞ
  • Compose, +, oơ
  • Compose, ;, aą
  • Compose, U, gğ
  • Compose, ", uü
  • Compose, °, AÅ
  • Compose, ~, NÑ
  • Compose, +, -±
  • Compose, ., >
  • Compose, ., .
  • Compose, ., =
  • Compose, P, !
  • Compose, !, ^¦
  • Compose, !, !¡
  • Compose, ?, ?¿
  • Compose, s, sß
  • Compose, o, eœ
  • Compose, O, EŒ
  • Compose, a, eæ
  • Compose, A, EÆ

Each key is typed sequentially without holding down. See the file /usr/share/X11/locale/en_US.UTF-8/Compose for the whole list. You can define your own compose sequences in your ~/.XCompose file.

Since I do not have a Sun keyboard, I do not have a physical Compose key. I remap the useless Caps Lock key as logical Compose key. Change this in System Settings → Region/Language → Keyboard Layout (kxkb applet) → tab Advanced → section Compose key position, or run the command setxkbmap -option compose:caps.

link|improve this answer
feedback

Have a look at this article: Unicode Easy Keyboard Layout for XKB

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.