[uim-commit] r601 - trunk/scm
yamaken at freedesktop.org
yamaken at freedesktop.org
Mon Feb 7 08:11:12 PST 2005
Author: yamaken
Date: 2005-02-07 08:11:09 -0800 (Mon, 07 Feb 2005)
New Revision: 601
Modified:
trunk/scm/anthy-key-custom.scm
Log:
* scm/anthy-key-custom.scm
- Revert all changes of r600. The '[Anthy]' tag is necessary for the
feature "key reference" although it is not implemented yet. Leave
other tags untouched also
Modified: trunk/scm/anthy-key-custom.scm
===================================================================
--- trunk/scm/anthy-key-custom.scm 2005-02-07 15:58:19 UTC (rev 600)
+++ trunk/scm/anthy-key-custom.scm 2005-02-07 16:11:09 UTC (rev 601)
@@ -48,74 +48,74 @@
(define-custom 'anthy-next-segment-key '(generic-go-right-key)
'(anthy-keys1)
'(key)
- (_ "next segment")
+ (_ "[Anthy] next segment")
(_ "long description will be here"))
(define-custom 'anthy-prev-segment-key '(generic-go-left-key)
'(anthy-keys1)
'(key)
- (_ "previous segment")
+ (_ "[Anthy] previous segment")
(_ "long description will be here"))
(define-custom 'anthy-extend-segment-key '("<IgnoreCase><Control>o" "<Shift>right")
'(anthy-keys1)
'(key)
- (_ "extend segment")
+ (_ "[Anthy] extend segment")
(_ "long description will be here"))
(define-custom 'anthy-shrink-segment-key '("<IgnoreCase><Control>i" "<Shift>left")
'(anthy-keys1)
'(key)
- (_ "shrink segment")
+ (_ "[Anthy] shrink segment")
(_ "long description will be here"))
(define-custom 'anthy-commit-as-latin-key '("F10")
'(anthy-keys1)
'(key)
- (_ "commit preedit string as halfwidth alphanumeric")
+ (_ "[Anthy] commit preedit string as halfwidth alphanumeric")
(_ "long description will be here"))
(define-custom 'anthy-commit-as-wide-latin-key '("F9")
'(anthy-keys1)
'(key)
- (_ "commit preedit string as fullwidth alphanumeric")
+ (_ "[Anthy] commit preedit string as fullwidth alphanumeric")
(_ "long description will be here"))
(define-custom 'anthy-commit-as-katakana-key '("F7")
'(anthy-keys1)
'(key)
- (_ "commit preedit string as katakana")
+ (_ "[Anthy] commit preedit string as katakana")
(_ "long description will be here"))
(define-custom 'anthy-commit-as-hankana-key '("F8")
'(anthy-keys1)
'(key)
- (_ "commit preedit string as halfwidth katakana")
+ (_ "[Anthy] commit preedit string as halfwidth katakana")
(_ "long description will be here"))
(define-custom 'anthy-commit-as-opposite-kana-key '()
'(anthy-keys1)
'(key)
- (_ "commit preedit string as transposed kana")
+ (_ "[Anthy] commit preedit string as transposed kana")
(_ "long description will be here"))
(define-custom 'anthy-wide-latin-key '()
'(anthy-keys1)
'(key)
- (_ "fullwidth alphanumeric mode")
+ (_ "[Anthy] 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)
- (_ "halfwidth katakana mode")
+ (_ "[Anthy] halfwidth katakana mode")
(_ "long description will be here"))
(define-custom 'anthy-kana-toggle-key '()
'(anthy-keys1)
'(key)
- (_ "toggle hiragana/katakana mode")
+ (_ "[Anthy] 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)
- (_ "on")
+ (_ "[Anthy] on")
(_ "long description will be here"))
(define-custom 'anthy-latin-key '("<IgnoreCase><Control>j" generic-off-key)
'(anthy-keys2)
'(key)
- (_ "off")
+ (_ "[Anthy] off")
(_ "long description will be here"))
(define-custom 'anthy-begin-conv-key '(generic-begin-conv-key)
'(anthy-keys2)
'(key)
- (_ "begin conversion")
+ (_ "[Anthy] begin conversion")
(_ "long description will be here"))
(define-custom 'anthy-commit-key '(generic-commit-key)
'(anthy-keys2)
'(key)
- (_ "commit")
+ (_ "[Anthy] commit")
(_ "long description will be here"))
(define-custom 'anthy-cancel-key '(generic-cancel-key)
'(anthy-keys2)
'(key)
- (_ "cancel")
+ (_ "[Anthy] cancel")
(_ "long description will be here"))
(define-custom 'anthy-next-candidate-key '(generic-next-candidate-key)
'(anthy-keys2)
'(key)
- (_ "next candidate")
+ (_ "[Anthy] next candidate")
(_ "long description will be here"))
(define-custom 'anthy-prev-candidate-key '(generic-prev-candidate-key)
'(anthy-keys2)
'(key)
- (_ "previous candidate")
+ (_ "[Anthy] previous candidate")
(_ "long description will be here"))
(define-custom 'anthy-next-page-key '(generic-next-page-key)
'(anthy-keys2)
'(key)
- (_ "next page of candidate window")
+ (_ "[Anthy] next page of candidate window")
(_ "long description will be here"))
(define-custom 'anthy-prev-page-key '(generic-prev-page-key)
'(anthy-keys2)
'(key)
- (_ "previous page of candidate window")
+ (_ "[Anthy] 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)
- (_ "beginning of preedit")
+ (_ "[Anthy] beginning of preedit")
(_ "long description will be here"))
(define-custom 'anthy-end-of-preedit-key '(generic-end-of-preedit-key)
'(anthy-keys3)
'(key)
- (_ "end of preedit")
+ (_ "[Anthy] end of preedit")
(_ "long description will be here"))
(define-custom 'anthy-kill-key '(generic-kill-key)
'(anthy-keys3)
'(key)
- (_ "erase after cursor")
+ (_ "[Anthy] erase after cursor")
(_ "long description will be here"))
(define-custom 'anthy-kill-backward-key '(generic-kill-backward-key)
'(anthy-keys3)
'(key)
- (_ "erase before cursor")
+ (_ "[Anthy] erase before cursor")
(_ "long description will be here"))
(define-custom 'anthy-backspace-key '(generic-backspace-key)
'(anthy-keys3)
'(key)
- (_ "backspace")
+ (_ "[Anthy] backspace")
(_ "long description will be here"))
(define-custom 'anthy-delete-key '(generic-delete-key)
'(anthy-keys3)
'(key)
- (_ "delete")
+ (_ "[Anthy] delete")
(_ "long description will be here"))
(define-custom 'anthy-go-left-key '(generic-go-left-key)
'(anthy-keys3)
'(key)
- (_ "go left")
+ (_ "[Anthy] go left")
(_ "long description will be here"))
(define-custom 'anthy-go-right-key '(generic-go-right-key)
'(anthy-keys3)
'(key)
- (_ "go right")
+ (_ "[Anthy] go right")
(_ "long description will be here"))
More information about the Uim-commit
mailing list