X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ko-han2.mim;h=d467a05f738b3920e4edb63e5d028f3355d86a9f;hb=233b64fbea6277e20184f6c10c209445751f7c83;hp=411435fabe8b1e5afbdf886c9d55f25f5d234ac1;hpb=1fb4f52ec5d223fa630827222f1df45e38176858;p=m17n%2Fm17n-db.git diff --git a/ko-han2.mim b/ko-han2.mim index 411435f..d467a05 100644 --- a/ko-han2.mim +++ b/ko-han2.mim @@ -21,15 +21,27 @@ ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ;; 02111-1307, USA. -;;;
  • ko-han2.mim -;;; -;;; Input method for Korean Hangul using Hangul keyboard layout. +;;; Hangul input method with 2벌식. +;;; @htmlonly +;;; This input method uses this keyboard layout: +;;; +;;; ||KEY: |r |R |s |e |E |f |a |q |Q |t |T |d |w |W |c |z |x |v |g +;;; |k |i |j |p |P |u |h |y |n |b |m |l |o |O || +;;; ||한글:|ㄱ|ㄲ|ㄴ|ㄷ|ㄸ|ㄹ|ㅁ|ㅂ|ㅃ|ㅅ|ㅆ|ㅇ|ㅈ|ㅉ|ㅊ|ㅋ|ㅌ|ㅍ|ㅎ +;;; |ㅏ|ㅑ|ㅓ|ㅔ|ㅖ|ㅕ|ㅗ|ㅛ|ㅜ|ㅠ|ㅡ|ㅣ|ㅐ|ㅒ|| +;;;
    +;;; @endhtmlonly (input-method ko han2) (title "한2") -(description "Hangul input method with 2벌식") +(description + "Hangul input method with 2벌식. +This input method uses this keyboard layout: + KEY: r R s e E f a q Q t T d w W c z x v g k i j p P u h y n b m l o O + 한글:ㄱㄲㄴㄷㄸㄹㅁㅂㅃㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎㅏㅑㅓㅔㅖㅕㅗㅛㅜㅠㅡㅣㅐㅒ +") (macro (compose @@ -276,10 +288,12 @@ ("J" (set V ?ᅠ) ?ᅠ (compose))) (backspace - ((BackSpace) (undo)))) + ((BackSpace) (cond ((> @@ 1) (undo)) (1 (unhandle)))))) (state (init + ;; This is to suppress compose action. + (t (set L 0)) (L-or-T (set L L1) (set T 0x11A7) (shift state-L)) (L (set T 0x11A7) (shift state-L)) (V)