Git Product home page Git Product logo

qimhangul-qt5's Introduction

Hangul Platform Input Context Plugin

소개

HangulPlatformInputContextPlugin는 Qt 5를 위한 한글 입력 모듈입니다.

HangulPlatformInputContextPlugin는 qimhangul-qt5의 코드를 기반으로 합니다.

변경 사항

  • 입력 언어가 변경 될 때마다 QInputMethod 의 locacleChanged 시그너를 발생 시킵니다.
  • QLocale locale() const 함수를 오버라이드 하여 추가 하였습니다.
  • 불필요한 X11 코드는 제거 하였고 이로인해 임베디드 및 다른 환경에서도 동일하게 사용이 가능해졌습니다.

빌드 및 설치

빌드하기 위해서는 libhangul 패키지 1.0 버전 이상이 필요합니다. libhangul은 다음 링크에서 구하실 수 있습니다. https://github.com/libhangul/libhangul

빌드와 설치 방법

$ mkdir build
$ cd build
$ qmake ../
$ make
# sudo make install

설정 방법

  • QT_IM_MODULE=hangul:2 - 두벌식
  • QT_IM_MODULE=hangul:3f - 세벌식 최종
  • QT_IM_MODULE=hangul:39 - 세벌식 최종

이 외 libhangul에서 사용하는 자판을 사용하려면 hangul: 다음 libhangul 소스의 hangul/hangulinputcontext.c의 HangulKeyboard 구조체의 두 번째 인자를 지정하면 됩니다.

사용 방법

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

qimhangul-qt5's People

Contributors

seojongbeom avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.