File: README

package info (click to toggle)
qimhangul 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,508 kB
  • ctags: 221
  • sloc: sh: 10,860; cpp: 648; makefile: 40
file content (41 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
qimhangul에 대해서
qimhangul은 Qt-immodule 패치된 Qt를 위한 한글 입력 모듈입니다.
Qt-immodule에 대해서는 아래 링크를 참고하세요:
http://www.freedesktop.org/Software/immodule-qt

빌드하기 위해서는 libhangul 패키지 0.0.4 버젼 이상이 필요합니다.
libhangul은 다음 링크에서 구하실 수 있습니다.
http://kldp.net/projects/hangul/

빌드와 설치 방법
 $ ./configure 또는 ./configure --with-qt-plugin-dir=[Qt plugin 디렉토리]
 $ make
 # make install

설정 방법
환경 변수 QT_IM_MODULE=hangul2 을 설정하시면 기본 입력기로 사용하게 됩니다.
자판에 따른 환경 변수 값은 아래와 같습니다.
두벌식	    hangul2
세벌식최종  hangul3f
세벌식390   hangul390

사용 방법
한영 전환키는 Shift+Space, Hangul키 입니다.
한자 변환키는 F9, Hangul_Hanja 키 입니다.


What is qimhangul?
Qimhangul is a korean input method module for Qt that qt-immodule patch is
applied to. About qt-module patch, see this link,
http://www.freedesktop.org/Software/immodule-qt

You need libhangul to build qimhangul. You can get libhangul here:
http://kldp.net/projects/hangul/

How to build and install
 $ ./configure or ./configure --with-qt-plugin-dir=[where your Qt plugin dir is]
 $ make
 # make install

For further information
 see http://kldp.net/projects/qimhangul/