From 6df29993d35ae97d9d8229e1bef9a7713ef9f582 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 30 May 2008 04:17:27 +0000 Subject: [PATCH] (map:misc): Delete "\\". (map:join): New map. (state:init): Add branch `join'. --- MIM/si-wijesekera.mim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/MIM/si-wijesekera.mim b/MIM/si-wijesekera.mim index 2c241ba..59ae0e3 100644 --- a/MIM/si-wijesekera.mim +++ b/MIM/si-wijesekera.mim @@ -538,9 +538,10 @@ This input method requires surrounding text support. (1 (delete @<)))) ((= c 0x0DDB) - 0x0DD9))) + 0x0DD9)))) - ("\\" (shift join)))) + (join + ("\\"))) (state (init @@ -567,7 +568,8 @@ This input method requires surrounding text support. (delete @-1) (move @>) 0x0DDB))))) - (misc)) + (misc) + (join (shift join))) (join (consonant -- 1.7.10.4