On Linux, the Compose key is a great way to enter many symbols. E.g.

  • m-dash — by pressing Compose then ---
  • ö by pressing Compose then :o
  • Euro € by pressing Compose then C=

(The Compose key function can be assigned to various keyboard keys, such as right/left Alt, right/left Windows key.)

I really miss the Compose key when using Windows. I've looked but so far haven't found any way to get equivalent Compose key functionality on Windows. Does anyone know of how to do it?

link|improve this question
AllChars doesn't work in a Windows TSE server. – user71945 Mar 16 '11 at 7:19
feedback

5 Answers

up vote 8 down vote accepted

There are a couple of utilities to emulate the Unix-a-like key composition chords under windows. Allchars is one, which is also F+OSS, though I've not actually tried it myself yet (it is one of the many utilities in my "to try later" bookmark folder).

link|improve this answer
1  
If I understand what it's saying on the web page, it can only be used to enter characters with value 0..255 that are in the computer's "default code page"—so really quite limited. – Craig McQueen Dec 8 '09 at 6:23
2  
I've just tried the latest version, and it seems much more capable than the web page suggests. Perhaps the web page is quite out of date. Actually I think AllChars seems to hit the spot after all. – Craig McQueen Feb 4 '10 at 12:31
2  
The current version looks like it's written in C#, with updates in 2009 - check out the SourceForge site: sourceforge.net/projects/allchars – David Pope Nov 17 '10 at 1:35
With a title like AllChars one would expect it to cover at least the basic latin script variants, but it fails at a simple ė (fileformat.info/info/unicode/char/117/index.htm). – relet Mar 28 '11 at 11:52
feedback

On Windows, AllChars should do what you want. I have been using it for the exact purpose you describe for almost a year now.

Caveat: If you install AllChars and your keyboard starts to behave weirdly, try one of the other versions they offer, possibly the alpha/beta. They all seem to have different issues with the different versions of Windows out there. But one of them should work with whatever you use.

link|improve this answer
feedback

There's also Freecompose, found on code.google.com, but it has that annoying beep everytime you start compose mode.

link|improve this answer
feedback

Accent Composer looks promising, and I hope to try it some time.

Update:
Actually AllChars seems to do what I need (despite the web site saying it doesn't; I guess the web site's info is out-of-date compared to the latest version), and it's free. So I won't bother with Accent Composer.

link|improve this answer
feedback

If I understand what the Compose key does in Linux, the Windows equivilant is to press Alt Gr along with a key such as A to produce á or Á, E to produce é or É etc.

You can also hold down the left Alt key along with a number code on the numerical keyboard which will produce many symbols such as

Alt+1 = ☺

Alt+2 = ☻

Alt+3 = ♥

Alt+4 = ♦

Alt+5 = ♣

Alt+6 = ♠

Alt+7 = •

Alt+8 = ◘

Alt+9 = ○

Alt+1,0 = ◙

There are thousands and after a quick look, I cannot find a complete list - I have found this guide that looks good - (and found it from this link) however there are many and you may find better.

Also, You can go in to Character map (either through Accessories or Run > "Charmap"), and click on a symbol and see what it's shortcut keystroke is - (it is not available for everything).

alt text

link|improve this answer
Mmm yes, m-dash can be got by holding down Alt and typing +2014 on the numeric keypad (possibly after setting a Windows registry setting to enable that function). But not intuitive like the Linux Compose key. And a bit difficult on a laptop. And doesn't work in Word. – Craig McQueen Nov 2 '09 at 2:49
1  
Lucky you! I wish I had a '10' key. – dreamlax Feb 4 '10 at 3:17
2  
You do misunderstand what Compose does. It lets you type characters not on the keyboard by entering an easy-to-remember sequence of two (sometimes more) characters, e.g. Compose : o to type ö or Compose C = to type . Entering characters by numbers or other obscure specifications is nowhere near an equivalent. – Gilles Nov 28 '11 at 21:06
1  
The MS Windows character map is a joke. There is even not a search feature? – rds Dec 29 '11 at 12:40
1  
@rds There is a search feature in the "Advanced view". – Craig McQueen Apr 11 at 2:17
show 5 more comments
feedback

Your Answer

 
or
required, but never shown

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