From b36f47ff9e478ce1c2419be6e8fd429c6731a039 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 9 Aug 2004 11:38:24 +0000 Subject: [PATCH] Fix some keys. --- ka-kbd.mim | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ka-kbd.mim b/ka-kbd.mim index c2179cd..dc4a878 100644 --- a/ka-kbd.mim +++ b/ka-kbd.mim @@ -27,6 +27,10 @@ ;;; ;;; @image html ka-kbd.png "Keyboard Layout" ;;; @image latex ka-kbd.eps "Keyboard Layout" width=\narrowwidth +;;; You can also input more characters by the following key sequences: +;;; key char [type a key sequence to insert the corresponding character] +;;; @image html ka-kbd2.png +;;; @image latex ka-kbd2.eps "Extra Keys" width=\narrowwidth (title "გ") @@ -47,7 +51,7 @@ ("n" ?ნ) ("o" ?ო) (".p" ?პ) - ("\\+z" ?ჟ) + ("+z" ?ჟ) ("r" ?რ) ("s" ?ს) (".t" ?ტ) @@ -56,14 +60,14 @@ ("k" ?ქ) (".g" ?ღ) ("q" ?ყ) - ("\\+s" ?შ) - ("\\+c" ?ჩ) + ("+s" ?შ) + ("+c" ?ჩ) ("c" ?ც) ("j" ?ძ) (".c" ?წ) - (".\\+c" ?ჭ) + (".+c" ?ჭ) ("x" ?ხ) - ("\\+j" ?ჯ) + ("+j" ?ჯ) ("h" ?ჰ) ("q1" ?ჴ) ("e0" ?ჱ) -- 1.7.10.4