(prompt): New variable.
authorhanda <handa>
Thu, 7 Sep 2006 08:08:05 +0000 (08:08 +0000)
committerhanda <handa>
Thu, 7 Sep 2006 08:08:05 +0000 (08:08 +0000)
(start): New command.

unicode.mim

index e6a1722..2a8f045 100644 (file)
@@ -28,11 +28,20 @@ Type C-u followed by four hexadecimal numbers [0-9A-Fa-f]
 of a Unicode character code.
 ")
 
+(variable
+ (prompt "Preedit prompt
+Prompt string shown in the preedit area while typing hexadecimal numbers."
+        "U+"))
+(command
+ (start "Start Unicode
+Start typing hexadecimal numbers of Unicode character."
+       (C-U)))
+
 (title "UNICODE")
 
 (map
  (starter
-  ((C-U) "U+"))
+  (start prompt))
 
  (hex
   ("0" "0") ("1" "1") ("2" "2") ("3" "3") ("4" "4")