https://github.com/fcitx/fcitx5-hangul
https://github.com/fcitx/fcitx5-hangul
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcitx/fcitx5-hangul
- Owner: fcitx
- Created: 2017-12-29T05:07:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-23T20:24:21.000Z (10 months ago)
- Last Synced: 2025-07-23T23:08:46.069Z (10 months ago)
- Language: C++
- Size: 232 KB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSES/LGPL-2.1-or-later.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
fcitx-hangul
=====
Hangul Wrapper for Fcitx.
[](https://jenkins.fcitx-im.org/job/fcitx5-hangul/)
[](https://scan.coverity.com/projects/fcitx-fcitx5-hangul)
## Using with non-qwerty English system layout
The addon handles key input based on its string value, not keycode, so pressing `t` in Colemak is interpreted as ㅅ rather than ㄹ for Dubeolsik. To fix this, set `Default` (qwerty) layout for Hangul.
Via `fcitx5-configtool`: in `Input Method` tab, select Hangul, then press `Select Layout` and choose Layout: English (US), Variant: Default.
Or edit profile config file:
```
# group and item numbers may be different
[Groups/1/Items/0]
Name=hangul
Layout=us
```