Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Unicode Shortcuts

  1. #1
    Join Date
    Nov 2005
    Location
    Montreal, Canada
    Beans
    525

    Smile Unicode Shortcuts

    Would anyone have a quick shortcut for the unicode keys that I've grown accustomed to in Windows? (Note: this is not a "Windows is better than Ubuntu" post.)

    What I mean: in Windows one holds down the left Alt key and then types a series of numbers in the numeric keypad. This produces a number of handy symbols. Alt+0151 produces the "m-dash" (—), Alt+0147 = open quotes (“), Alt+0148 = close quotes (”).

    The GNOME Character Map (Applications > Accessories > Character Map) does have these characters. I'm not asking for a tour of that applet as much as I'd like to know if someone has figured out if it is possible to produce these symbols through simple keystrokes, it is done in Windows.

    The Character Map shows the Unicode when a character is selected, such as "U+2014" is associated with "m-dash", "U-201C" with open quotes and U+201D with close quotes. Obviously holding down the "U" key in conjunction with these figures does nothing.

    Just wondering if anyone has unraveled this mystery. I am obviously a Windows expatriot (spelling corrected, thanks peyre). And those shortcuts have proven valuable.

    Using the Character Map is an alternative... but I'm hoping someone can unravel the Unicode shortcut mystery.

    ----------------

    Solution (tyvm shirilover):

    To create a Unicode symbol, start with the Character Map (Applications > Accessories > Character Map).

    Locate a commonly used symbol and take note of the Unicode sequence. In this case the © symbol (copyright, Unicode 00A9) and use the following steps:

    • While holding down Ctrl and Shift, hit the U key (now an underlined u appears)
    • Let go of all keys
    • Type the 00A9 Unicode sequence (now the screen shows an underlined u00A9)
    • Hit the Space Bar or Enter key and the Unicode symbol © appears.

    Excellent—this is what I was hoping for.

    So for those reading through this post sometime in the future, here's the equivalents for what I requested:
    2014 = — (m-dash)
    201C = “
    201D = ”
    2018 = ‘
    2019 = ’
    00BC = ¼
    00BD = ½
    00BE = ¾
    00A9 = ©
    00AE = ®
    00D7 = ×
    00F7 = ÷
    2666 =
    2665 =
    2663 =
    2660 =
    2669 =
    266A =
    266B =
    266C =
    Fully functional. Refer to the Gnome Character Map for more symbols. The Unicode appears at the bottom left of the Character Map box as you click each symbol.
    Last edited by BobSongs; August 12th, 2010 at 06:40 AM.

  2. #2
    Join Date
    Nov 2005
    Location
    Montreal, Canada
    Beans
    525

    Re: Unicode Shortcuts

    *bump*

  3. #3
    Join Date
    Aug 2006
    Beans
    382
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Unicode Shortcuts

    Alt-key combos can be replaced with Ctrl+Shift+U+hexcode, while holding down both Ctrl and Shift.

  4. #4
    Join Date
    Nov 2005
    Location
    Montreal, Canada
    Beans
    525

    Smile Re: Unicode Shortcuts

    Quote Originally Posted by shirilover View Post
    Alt-key combos can be replaced with Ctrl+Shift+U+hexcode, while holding down both Ctrl and Shift.
    Excellent!

    This is how it works.

    To create the ≠ symbol (Not Equal To, Unicode 2260) I'd use the following steps:

    • While holding down Ctrl and Shift, hit the U key (now an underlined u appears)
    • Let go of all keys
    • Type the 2260 Unicode sequence (now the screen shows an underlined u2260)
    • Hit the Space Bar or Enter key and the Unicode symbol appears.

    Excellent—this is what I was hoping for.

    So for those reading through this post sometime in the future, here's the equivalents for what I requested:
    2014 = m-dash = —
    201C = open double quotes = “
    201D = close double quotes = ”
    2018 = open single quote = ‘
    2019 = close single quote = ’ = apostrophe
    Fully functional.
    Last edited by BobSongs; August 12th, 2010 at 06:05 AM. Reason: grammar boo boo

  5. #5

    Smile Re: Unicode Shortcuts

    Nice explanation, Bob. This is the level of clarity needed!

  6. #6
    Join Date
    Aug 2005
    Beans
    368

    Re: Unicode Shortcuts

    Here is a list of ways to type special characters in Linux,
    http://blogs.gnome.org/simos/2008/02...-applications/

    An additional way to type special characters is to use mnemonics and the "Compose" key.

  7. #7
    Join Date
    Mar 2009
    Location
    Sacramento, CA
    Beans
    594
    Distro
    Xubuntu

    Re: Unicode Shortcuts

    That's great, BobSongs! I'm going to use that method myself, once I can find a list of the unicode symbols that actually matches what comes up when I type the codes (I've found some lists, but when I type in what one list says is the unicode for a given symbol, Xubuntu returns a different character).

    btw, I think you meant you're a Windows expatriate (meaning your "home" isn't in Windows any more) rather than an ex-patriot (meaning no longer loyal to Microsoft).

  8. #8
    Join Date
    Nov 2005
    Location
    Montreal, Canada
    Beans
    525

    Re: Unicode Shortcuts

    lol

    Sorry to take so long to answer; and yes: I'm a Windows expatriate. I confess I started using Windows at version 3.0 when an office co-worker looked at my install (during the DOS days) and said: "Windows, hmm? Yeah; I heard about this. This is gonna seriously fail."

    I used Win from 3.0, 3.1, 3.11wfw, 95a, 95b, 98, 98SE, Me, 2000 Pro and XP thru to SP3. In 2005 I asked a friend if there was a Linux out there that "Grandma could use". He recommended Ubuntu. I tried version 5.04 (Hoary Hedgehog) and it was miserable. Talk about not answering my question. Then six months saw the release of Breezy Badger. I gave Ubuntu another try. Soon I was using Ubuntu far more than XP. Now Windows has been put to rest once and for all. There are times when I miss a certain functionality. But overall, I'm pleased with the change.

    The best moment came when my daughter walked into the room and said: "Dad? I've been using Windows XP where I babysit... will you promise never to put it back on our computer?" I laughed and said: "That's easy enough to comply with. It's not coming back." She gave me a hug and thanked me.

    I used to re-install Windows on a regular basis. I'm talking ... sometimes a twice a day if things went horribly wrong. But usually once every 3 weeks. Ubuntu sees a re-install ... every six months. I don't miss the regular re-installations. Not to mention the stack of XP driver CDs and the tweaking and ... ugh.
    Last edited by BobSongs; August 12th, 2010 at 06:09 AM.

  9. #9
    Join Date
    Feb 2008
    Location
    Los Angeles
    Beans
    51
    Distro
    Ubuntu Development Release

    Re: Unicode Shortcuts

    Quote Originally Posted by BobSongs View Post
    Excellent!

    This is how it works…
    Lovely. Thank you.

  10. #10
    Join Date
    Sep 2012
    Beans
    1

    Re: Unicode Shortcuts

    another way install the package "unicode" by "sudo apt-get install unicode". then type "unicode" in terminal

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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