Riey / kime

Korean IME
GNU General Public License v3.0
522 stars 53 forks source link

세벌식에서는 ComposeJungseongSsang 기능이 작동을 안하나요? #679

Open forteleaf opened 3 months ago

forteleaf commented 3 months ago

nixos, wayland hyprland에서 세벌식을 사용하고 있습니다. ComposeJungseongSsang 기능을 사용하려고 하는데, 안 됩니다. 원래 이런 것인가요?

ㅑ + ㅣ = ㅒ
ㅕ + ㅣ = ㅖ
Riey commented 3 months ago

That feature is not enabled by default. Please turn it on by addon configuration. (see docs/CONFIGURATION.ko.md)

forteleaf commented 3 months ago

That feature is not enabled by default. Please turn it on by addon configuration. (see docs/CONFIGURATION.ko.md)

이렇게 설정을 했습니다.

...
  xim_preedit_font:
  - D2Coding
  - 15.0
  latin:
    layout: Qwerty
    preferred_direct: true
  hangul:
    layout: sebeolsik-3-90
    word_commit: false
    preedit_johab: Needed
    addons:
      all:
      - ComposeChoseongSsang      # 값은 자음을 두번 누르면 쌍자음으로 전환
      - ComposeJungseongSsang     # ㅏ + ㅣ = ㅐ 가 되는 기능인데 세벌식에서 안되는 듯?
      dubeolsik:
      - TreatJongseongAsChoseong  # 종성을 초성 취급한다.
Riey commented 3 months ago

확인 해보겠습니다

xnuk commented 3 months ago

ㅑ + ㅣ = ㅒ ㅕ + ㅣ = ㅖ

어느 세벌식을 사용하시나요? 세모이 자판 외에는 해당 기능을 지원하는 자판을 본 적이 없습니다.

Riey commented 3 months ago

ㅑ + ㅣ = ㅒ ㅕ + ㅣ = ㅖ

어느 세벌식을 사용하시나요? 세모이 자판 외에는 해당 기능을 지원하는 자판을 본 적이 없습니다.

kime에선 애드온으로 지원하므로 자판이랑 상관없이 켜면 작동해야 정상일것 같습니다

forteleaf commented 3 months ago

sebeolsik-3-90 세벌식 390을 사용하고 있습니다.

"왜" 란 글자를 친다고 하면,

  1. ㅇ(j) + ㅗ (v) + ㅐ(r) 로 입력을 하면, "오 ㅐ" 이런식으로 입력이 되고,
  2. ㅇ(j) + ㅗ(/) + ㅐ(r) 로 입력을 하면 "왜" 로 원하는 글자가 조합됩니다.

분리되는 것은 고치기 위해서는 ComposeJungseongSsang 옵션을 사용해야 된다고 생각을 했습니다. 하지만, 이 부분이 작동을 하지 않는 것 같습니다.