PDA

View Full Version : Special characters via keyboard?


dgermann
May 11th, 2006, 08:54 PM
Hi--

Is there a way to use the keyboard to insert special characters into a document? For instance, in DOS years ago I was able to type alt-0123 and get some character.

Is there something similar in linux? I see character map has U+00A9 for the copyright sign (©)--but what do I do with that code?

Thanks!

ZylGadis
May 11th, 2006, 08:58 PM
Keep ctrl+shift pressed and type the Unicode number in hexadecimal (i.e. permitted digits are 0-9, A-F). Then release ctrl+shift and you have the character there :)
like this: ©

dgermann
May 13th, 2006, 02:31 PM
ZylGadis--

Wonderful! I tried it and it works!

Thanks!

BTW, how'd you find that?