A compose key for Windows, free and open-source, created by Sam Hocevar.
A compose key allows to easily write special characters such as รฉ ลพ ร ล รป รธ โบ ยค โ ยซ โฏ โธ โ ใท โช โฌ using short and often very intuitive key combinations. For instance, รถ is obtained using o + ", and โฅ is obtained using < + 3.
WinCompose also supports Emoji input for ๐ ๐ป ๐ ๐ฉ ๐ ๐น ๐.
Download latest: WinCompose 0.9.11 (September 3, 2021) or browse releases
-
Installable version: WinCompose 0.9.11 (installer).
-
Portable version: WinCompose 0.9.11 (portable).
-
Older versions are available in the releases section.
Note: this software is not digitally signed. You can help with this by donating to the project.
After installation, WinCompose should appear in the System Tray. Press and release the โ Compose key to initiate a compose sequence (this key defaults to Right Alt); the icon should change to indicate a compose sequence is in progress.
Then type in the keys for a compose sequence, such as A then E for ร:
If Right Alt is not suitable for you, you can change it in the options.
Compose rules are supposed to be intuitive. Here are some examples:
- โ Compose ` a โ ร
- โ Compose ' e โ รฉ
- โ Compose ^ i โ รฎ
- โ Compose ~ n โ รฑ
- โ Compose / o โ รธ
- โ Compose " u โ รผ
- โ Compose o c โ ยฉ
- โ Compose + - โ ยฑ
- โ Compose : - โ รท
- โ Compose ( 7 ) โ โฆ
- โ Compose C C C P โ โญ
- โ Compose < 3 โ โฅ
Emoji sequences typically start with two โ Compose hits:
- โ Compose โ Compose a n g r y โ ๐
- โ Compose โ Compose g r i n n i n g โ ๐
- โ Compose โ Compose s u s h i โ ๐ฃ
- โ Compose โ Compose s n a k e โ ๐
A special Unicode input mode can be activated in the options and lets the user type in any Unicode character:
- โ Compose u 5 8 d Enter โ ึ (U+058D Right-Facing Armenian Eternity Sign)
- โ Compose u 2 3 f 0 Enter โ โฐ (U+23F0 Alarm Clock)
The full list of rules can be found by clicking on the WinCompose system tray icon or using the โShow Sequencesโฆโ menu entry:
The window allows you to filter the sequences being listed.
WinCompose supports the standard Compose file format. It provides more than
1700 compose rules from the Xorg project and the
dotXCompose project. You can add custom
rules by creating a file named .XCompose
or .XCompose.txt
in your
%USERPROFILE%
folder. WinCompose must be restarted for changes to take
effect.
WinCompose stores its state in the %APPDATA%\wincompose
folder: settings.ini
contains the settings, and metadata.xml
contains all the metadata associated
with sequences.
WinCompose supports rules of more than 2 characters such as โ Compose ( 3 ) for โข.
WinCompose supports early exits. For instance, โ Compose q will immediately type q because there is currently no rule starting with q.
As of now, WinCompose is almost fully translated to Afrikaans, Belarusian, Catalan, Chinese, Czech, Dutch, Estonian, French, German, Greek, Italian, Japanese, Lithuanian, Norwegian, Polish, Portuguese, Brazilian Portuguese, Russian, Sardinian, Spanish, and Swedish. It is partially translated to Danish, Esperanto, Finnish, Hungarian, Indonesian, Irish, Romanian, Serbian, Slovak, and Slovenian. You can help us translate it to more languages using the Weblate project:
Make sure that all Git submodules are fetched, then just open src/wincompose.sln
in Visual Studio in order to build WinCompose. You will also need to install
Inno Setup if you wish to build the installer.
Please report bugs or suggest improvements to Sam Hocevar sam@hocevar.net or preferably to the GitHub issue tracker.