Change doxygen tag to "ja".
[m17n/m17n-db.git] / ko-han2.mim
index 411435f..d467a05 100644 (file)
 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 ;; 02111-1307, USA.
 
-;;; <li> 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:
+;;; <table border="1" cellspacing="0" cellpadding=="0">
+;;; ||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 ||
+;;; ||한글:|ㄱ|ㄲ|ㄴ|ㄷ|ㄸ|ㄹ|ㅁ|ㅂ|ㅃ|ㅅ|ㅆ|ㅇ|ㅈ|ㅉ|ㅊ|ㅋ|ㅌ|ㅍ|ㅎ
+;;;        |ㅏ|ㅑ|ㅓ|ㅔ|ㅖ|ㅕ|ㅗ|ㅛ|ㅜ|ㅠ|ㅡ|ㅣ|ㅐ|ㅒ||
+;;; </table>
+;;; @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
   ("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)