# WinCompose - 윈도우용 특수문자 입력 도구

> Clean Markdown view of GeekNews topic #4814. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4814](https://news.hada.io/topic?id=4814)
- GeekNews Markdown: [https://news.hada.io/topic/4814.md](https://news.hada.io/topic/4814.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-14T09:40:11+09:00
- Updated: 2021-08-14T09:40:11+09:00
- Original source: [github.com](https://github.com/samhocevar/wincompose)
- Points: 3
- Comments: 1

## Topic Body

- Linux에서 특수문자/이모지 입력시 사용하는 Compose Key 방식을 윈도우용으로 구현

- "⎄ Compose"키(기본값은 오른쪽 Alt) 입력 후 특정 키 조합 또는 이모지 이름으로 입력

- 특수문자 입력

⎄ A E → Æ

⎄ ` a → à

⎄ o c → ©

⎄ : - → ÷

⎄ ( 7 ) → ⑦

⎄ C C C P → ☭

⎄ < 3 → ♥

- 이모지는 Compose키 두번으로 시작

⎄ ⎄ a n g r y → 😠

⎄ ⎄ s u s h i → 🍣

- 유니코드 문자는 코드명 입력

⎄ u 5 8 d Enter → ֍

⎄ u 2 3 f 0 Enter → ⏰

- Xorg / DotCompose 에서 정의한 1700개의 룰 지원. 커스텀 룰 추가 가능

## Comments



### Comment 6333

- Author: xguru
- Created: 2021-08-14T09:45:24+09:00
- Points: 1

맥에선 [control] + [command] + [space] 로 시스템 이모지 입력 창을 불러 올수 있어서 보통 그거를 사용하는데.. Karabiner 로 Compose Key를 구현해서 쓰기도 하긴 합니다.

- https://github.com/Granitosaurus/macos-compose

- https://github.com/jsarenik/Mac-Ompose
