From 0eb903324416ae2f065fb90986d2a8f63a0bd4cf Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 5 Jan 2006 06:13:57 +0000 Subject: [PATCH] Fix handling of Backspace key. --- ko-han2.mim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko-han2.mim b/ko-han2.mim index d870ea2..90a1798 100644 --- a/ko-han2.mim +++ b/ko-han2.mim @@ -279,7 +279,7 @@ This input method uses this keyboard layout: ("J" (set V ?ᅠ) ?ᅠ (compose))) (backspace - ((BackSpace) (undo)))) + ((BackSpace) (cond ((> @@ 1) (undo)) (1 (unhandle)))))) (state (init -- 1.7.10.4