[uim-commit] r600 - trunk/scm

tkng at freedesktop.org tkng at freedesktop.org
Mon Feb 7 07:58:22 PST 2005


Author: tkng
Date: 2005-02-07 07:58:19 -0800 (Mon, 07 Feb 2005)
New Revision: 600

Modified:
   trunk/scm/anthy-key-custom.scm
Log:
* scm/anthy-key-custom.scm:
 - Removed tautological "[Anthy]".


Modified: trunk/scm/anthy-key-custom.scm
===================================================================
--- trunk/scm/anthy-key-custom.scm	2005-02-07 15:40:46 UTC (rev 599)
+++ trunk/scm/anthy-key-custom.scm	2005-02-07 15:58:19 UTC (rev 600)
@@ -48,74 +48,74 @@
 (define-custom 'anthy-next-segment-key '(generic-go-right-key)
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] next segment")
+	       (_ "next segment")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-prev-segment-key '(generic-go-left-key)
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] previous segment")
+	       (_ "previous segment")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-extend-segment-key '("<IgnoreCase><Control>o" "<Shift>right")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] extend segment")
+	       (_ "extend segment")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-shrink-segment-key '("<IgnoreCase><Control>i" "<Shift>left")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] shrink segment")
+	       (_ "shrink segment")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-as-latin-key '("F10")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit preedit string as halfwidth alphanumeric")
+	       (_ "commit preedit string as halfwidth alphanumeric")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-as-wide-latin-key '("F9")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit preedit string as fullwidth alphanumeric")
+	       (_ "commit preedit string as fullwidth alphanumeric")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-as-katakana-key '("F7")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit preedit string as katakana")
+	       (_ "commit preedit string as katakana")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-as-hankana-key '("F8")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit preedit string as halfwidth katakana")
+	       (_ "commit preedit string as halfwidth katakana")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-as-opposite-kana-key '()
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit preedit string as transposed kana")
+	       (_ "commit preedit string as transposed kana")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-wide-latin-key '()
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] fullwidth alphanumeric mode")
+	       (_ "fullwidth alphanumeric mode")
 	       (_ "long description will be here"))
 
 ;(define-custom 'anthy-hankaku-kana-key '("<IgnoreCase><Control>q")
 (define-custom 'anthy-hankaku-kana-key '()
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] halfwidth katakana mode")
+	       (_ "halfwidth katakana mode")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-kana-toggle-key '()
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] toggle hiragana/katakana mode")
+	       (_ "toggle hiragana/katakana mode")
 	       (_ "long description will be here"))
 
 
@@ -126,55 +126,55 @@
 (define-custom 'anthy-on-key '("<IgnoreCase><Control>j" generic-on-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] on")
+	       (_ "on")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-latin-key '("<IgnoreCase><Control>j" generic-off-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] off")
+	       (_ "off")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-begin-conv-key '(generic-begin-conv-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] begin conversion")
+	       (_ "begin conversion")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-key '(generic-commit-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] commit")
+	       (_ "commit")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-cancel-key '(generic-cancel-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] cancel")
+	       (_ "cancel")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-next-candidate-key '(generic-next-candidate-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] next candidate")
+	       (_ "next candidate")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-prev-candidate-key '(generic-prev-candidate-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] previous candidate")
+	       (_ "previous candidate")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-next-page-key '(generic-next-page-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] next page of candidate window")
+	       (_ "next page of candidate window")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-prev-page-key '(generic-prev-page-key)
                '(anthy-keys2)
 	       '(key)
-	       (_ "[Anthy] previous page of candidate window")
+	       (_ "previous page of candidate window")
 	       (_ "long description will be here"))
 
 ;;
@@ -184,47 +184,47 @@
 (define-custom 'anthy-beginning-of-preedit-key '(generic-beginning-of-preedit-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] beginning of preedit")
+	       (_ "beginning of preedit")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-end-of-preedit-key '(generic-end-of-preedit-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] end of preedit")
+	       (_ "end of preedit")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-kill-key '(generic-kill-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] erase after cursor")
+	       (_ "erase after cursor")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-kill-backward-key '(generic-kill-backward-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] erase before cursor")
+	       (_ "erase before cursor")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-backspace-key '(generic-backspace-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] backspace")
+	       (_ "backspace")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-delete-key '(generic-delete-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] delete")
+	       (_ "delete")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-go-left-key '(generic-go-left-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] go left")
+	       (_ "go left")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-go-right-key '(generic-go-right-key)
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] go right")
+	       (_ "go right")
 	       (_ "long description will be here"))



More information about the Uim-commit mailing list