Find the answer to your Linux question:
Results 1 to 6 of 6
Hi guys, This may be a dumb question, but how do I insert special characters like those one inserts in Windows using alt+number (like for example alt+64 for @, and ...
  1. #1
    Just Joined!
    Join Date
    Sep 2006
    Posts
    12

    Special Characters

    Hi guys,

    This may be a dumb question, but how do I insert special characters like those one inserts in Windows using alt+number (like for example alt+64 for @, and so on...)?

    Thanx.

  2. #2
    Linux User fernape's Avatar
    Join Date
    Dec 2005
    Location
    Holland
    Posts
    301
    AFAIK it depends on the program that you're using. If you're using OpenOffice, just change the font, select the symbol and restore the original font.

    In addition, GNOME Desktop has a Charmap similar to the Windows one.

    Best Regards

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    This question has been asked before. AFAIK, it is not a feature in X, currently. I'm considering trying something like this in the future, as it is a commonly-requested feature.

    Besides the special character inserts that fernape mentions, if you're doing full-on typing in another language, you can actually change your keyboard to use a different language's layout. Gnome and KDE both have this feature built in. This essentially makes your keyboard behave as though it was in another language. For instance, in a Spanish layout, Shift-2 produces a ", not @.
    DISTRO=Arch
    Registered Linux User #388732

  4. #4
    Just Joined!
    Join Date
    Sep 2007
    Posts
    2

    Unhappy Special characters

    Hi there! I'm new in the forum, as well as in linux.

    I have the same problem.

    My linux and my keyboard are Spanish, and sometimes I need to write in Portuguese.

    In windows, to obtain "ã", I make AltGr + 4 + a. Doing the same in linux I obtain "~a".

    All the solutions you suggested work, but are not practical.

    Do you think its possible to write a macro to obtain "ã" with a combination of keys?

    Thanks. Pedro

  5. #5
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    You need to assign a compose key. It's not that difficult, but it requires some editing.

    For example rwin+"+a=ä
    Where rwin is your right Windows key

    Use your favorite editor to add to /etc/X11/xorg.conf (section InputDevice; keyboard)
    Code:
    Option "XkbOptions" "compose:rwin"
    Restart X and you're done
    Can't tell an OS by it's GUI

  6. #6
    Just Joined!
    Join Date
    Sep 2007
    Posts
    2
    Quote Originally Posted by Freston View Post
    You need to assign a compose key. It's not that difficult, but it requires some editing...
    Thank you very much, Freston!!!

    My next step is to find out by myself how to do it... but that is part of learnig linux

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...