Revision: 7373
Author: deton.kih
Date: Tue Nov 22 13:59:29 2011
Log: * Move custom keys about postfix conversion to new tutcode-keys3
custom group.
* scm/tutcode-key-custom.scm
- (tutcode-keys3): New custom group.
- (tutcode-postfix-bushu-start-sequence,
tutcode-postfix-mazegaki-start-sequence,
tutcode-postfix-mazegaki-1-start-sequence,
tutcode-postfix-mazegaki-2-start-sequence,
tutcode-postfix-mazegaki-3-start-sequence,
tutcode-postfix-mazegaki-4-start-sequence,
tutcode-postfix-mazegaki-5-start-sequence,
tutcode-postfix-mazegaki-6-start-sequence,
tutcode-postfix-mazegaki-7-start-sequence,
tutcode-postfix-mazegaki-8-start-sequence,
tutcode-postfix-mazegaki-9-start-sequence,
tutcode-postfix-mazegaki-inflection-start-sequence,
tutcode-postfix-mazegaki-inflection-1-start-sequence,
tutcode-postfix-mazegaki-inflection-2-start-sequence,
tutcode-postfix-mazegaki-inflection-3-start-sequence,
tutcode-postfix-mazegaki-inflection-4-start-sequence,
tutcode-postfix-mazegaki-inflection-5-start-sequence,
tutcode-postfix-mazegaki-inflection-6-start-sequence,
tutcode-postfix-mazegaki-inflection-7-start-sequence,
tutcode-postfix-mazegaki-inflection-8-start-sequence,
tutcode-postfix-mazegaki-inflection-9-start-sequence,
tutcode-postfix-katakana-start-sequence,
tutcode-postfix-katakana-1-start-sequence,
tutcode-postfix-katakana-2-start-sequence,
tutcode-postfix-katakana-3-start-sequence,
tutcode-postfix-katakana-4-start-sequence,
tutcode-postfix-katakana-5-start-sequence,
tutcode-postfix-katakana-6-start-sequence,
tutcode-postfix-katakana-7-start-sequence,
tutcode-postfix-katakana-8-start-sequence,
tutcode-postfix-katakana-9-start-sequence,
tutcode-postfix-kanji2seq-start-sequence,
tutcode-postfix-kanji2seq-1-start-sequence,
tutcode-postfix-kanji2seq-2-start-sequence,
tutcode-postfix-kanji2seq-3-start-sequence,
tutcode-postfix-kanji2seq-4-start-sequence,
tutcode-postfix-kanji2seq-5-start-sequence,
tutcode-postfix-kanji2seq-6-start-sequence,
tutcode-postfix-kanji2seq-7-start-sequence,
tutcode-postfix-kanji2seq-8-start-sequence,
tutcode-postfix-kanji2seq-9-start-sequence,
tutcode-postfix-seq2kanji-start-sequence,
tutcode-postfix-seq2kanji-1-start-sequence,
tutcode-postfix-seq2kanji-2-start-sequence,
tutcode-postfix-seq2kanji-3-start-sequence,
tutcode-postfix-seq2kanji-4-start-sequence,
tutcode-postfix-seq2kanji-5-start-sequence,
tutcode-postfix-seq2kanji-6-start-sequence,
tutcode-postfix-seq2kanji-7-start-sequence,
tutcode-postfix-seq2kanji-8-start-sequence,
tutcode-postfix-seq2kanji-9-start-sequence):
Change custom group to tutcode-keys3 from tutcode-keys1
and move after tutcode-keys2.
http://code.google.com/p/uim/source/detail?r=7373
Modified:
/trunk/scm/tutcode-key-custom.scm
=======================================
--- /trunk/scm/tutcode-key-custom.scm Tue Nov 22 02:42:43 2011
+++ /trunk/scm/tutcode-key-custom.scm Tue Nov 22 13:59:29 2011
@@ -41,6 +41,10 @@
(N_ "TUT-Code key bindings 2")
(N_ "long description will be here."))
+(define-custom-group 'tutcode-keys3
+ (N_ "TUT-Code key bindings 3")
+ (N_ "long description will be here."))
+
(define-custom 'tutcode-on-key '("<Control>\\" generic-on-key)
'(tutcode-keys1 mode-transition)
'(key)
@@ -89,12 +93,102 @@
(N_ "[TUT-Code] interactive bushu conversion mode")
(N_ "long description will be here"))
-(define-custom 'tutcode-postfix-bushu-start-sequence ""
+(define-custom 'tutcode-latin-conv-start-sequence "al/"
+ '(tutcode-keys1 mode-transition)
+ '(string ".*")
+ (N_ "[TUT-Code] latin conversion mode")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-kanji-code-input-start-sequence ""
+ '(tutcode-keys1 mode-transition)
+ '(string ".*")
+ (N_ "[TUT-Code] kanji code input mode")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-history-start-sequence ""
+ '(tutcode-keys1 mode-transition)
+ '(string ".*")
+ (N_ "[TUT-Code] history")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-auto-help-redisplay-sequence ""
'(tutcode-keys1)
'(string ".*")
- (N_ "[TUT-Code] postfix bushu conversion")
+ (N_ "[TUT-Code] display last auto help")
(N_ "long description will be here"))
+(define-custom 'tutcode-katakana-commit-key '()
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] commit as katakana in yomi input of mazegaki")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-stroke-help-toggle-key '("<Control>/")
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] toggle use of stroke help window")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-begin-completion-key '("<Control>.")
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] begin completion")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-begin-conv-key '(generic-begin-conv-key)
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] begin conversion")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-commit-key '(generic-commit-key)
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] commit")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-cancel-key '("<IgnoreCase><Control>u"
generic-cancel-key)
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] cancel")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-next-candidate-key '(generic-next-candidate-key)
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] next candidate")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-prev-candidate-key '("delete"
generic-prev-candidate-key)
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] previous candidate")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-undo-sequence ""
+ '(tutcode-keys1)
+ '(string ".*")
+ (N_ "[TUT-Code] undo last commit")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-help-sequence ""
+ '(tutcode-keys1)
+ '(string ".*")
+ (N_ "[TUT-Code] display help for char at current position")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-help-clipboard-sequence ""
+ '(tutcode-keys1)
+ '(string ".*")
+ (N_ "[TUT-Code] display help for string on clipboard")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-paste-key '()
+ '(tutcode-keys1)
+ '(key)
+ (N_ "[TUT-Code] paste from clipboard")
+ (N_ "long description will be here"))
+
(define-custom 'tutcode-selection-mazegaki-start-sequence ""
'(tutcode-keys1)
'(string ".*")
@@ -125,458 +219,368 @@
(N_ "[TUT-Code] sequence to kanji conversion on selection")
(N_ "long description will be here"))
+(define-custom 'tutcode-next-page-key '(generic-next-page-key)
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] next page of candidate window")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-prev-page-key '(generic-prev-page-key)
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] previous page of candidate window")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-backspace-key '(generic-backspace-key)
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] backspace")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-return-key '(generic-return-key)
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] return")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-vi-escape-key '("escape" "<Control>[")
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] ESC keys on vi-cooperative mode")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-register-candidate-key '("<IgnoreShift>|")
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] register new entry to dictionary")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-purge-candidate-key '("<IgnoreShift>!")
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] purge the entry from dictionary")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-mazegaki-relimit-left-key '("<IgnoreShift><")
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] relimit yomi to left in mazegaki")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-mazegaki-relimit-right-key '("<IgnoreShift>>")
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] relimit yomi to right in mazegaki")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-verbose-stroke-key '(" ")
+ '(tutcode-keys2)
+ '(key)
+ (N_ "[TUT-Code] insert pending key strokes")
+ (N_ "long description will be here"))
+
+(define-custom 'tutcode-postfix-bushu-start-sequence ""
+ '(tutcode-keys3)
+ '(string ".*")
+ (N_ "[TUT-Code] postfix bushu conversion")
+ (N_ "long description will be here"))
+
(define-custom 'tutcode-postfix-mazegaki-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-1-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 1 character")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-2-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 2 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-3-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 3 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-4-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 4 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-5-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 5 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-6-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 6 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-7-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 7 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-8-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 8 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-9-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion of 9 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-1-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 1
character")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-2-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 2
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-3-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 3
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-4-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 4
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-5-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 5
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-6-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 6
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-7-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 7
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-8-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 8
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-mazegaki-inflection-9-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix mazegaki conversion with inflection of 9
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-1-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 1 character")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-2-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 2 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-3-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 3 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-4-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 4 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-5-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 5 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-6-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 6 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-7-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 7 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-8-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 8 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-katakana-9-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix katakana conversion of 9 characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-1-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 1
character")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-2-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 2
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-3-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 3
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-4-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 4
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-5-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 5
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-6-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 6
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-7-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 7
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-8-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 8
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-kanji2seq-9-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix kanji to sequence conversion of 9
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-1-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 1
character")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-2-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 2
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-3-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 3
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-4-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 4
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-5-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 5
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-6-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 6
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-7-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 7
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-8-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 8
characters")
(N_ "long description will be here"))
(define-custom 'tutcode-postfix-seq2kanji-9-start-sequence ""
- '(tutcode-keys1)
+ '(tutcode-keys3)
'(string ".*")
(N_ "[TUT-Code] postfix sequence to kanji conversion of 9
characters")
(N_ "long description will be here"))
-
-(define-custom 'tutcode-latin-conv-start-sequence "al/"
- '(tutcode-keys1 mode-transition)
- '(string ".*")
- (N_ "[TUT-Code] latin conversion mode")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-kanji-code-input-start-sequence ""
- '(tutcode-keys1 mode-transition)
- '(string ".*")
- (N_ "[TUT-Code] kanji code input mode")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-history-start-sequence ""
- '(tutcode-keys1 mode-transition)
- '(string ".*")
- (N_ "[TUT-Code] history")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-auto-help-redisplay-sequence ""
- '(tutcode-keys1)
- '(string ".*")
- (N_ "[TUT-Code] display last auto help")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-help-sequence ""
- '(tutcode-keys1)
- '(string ".*")
- (N_ "[TUT-Code] display help for char at current position")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-help-clipboard-sequence ""
- '(tutcode-keys1)
- '(string ".*")
- (N_ "[TUT-Code] display help for string on clipboard")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-undo-sequence ""
- '(tutcode-keys1)
- '(string ".*")
- (N_ "[TUT-Code] undo last commit")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-katakana-commit-key '()
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] commit as katakana in yomi input of mazegaki")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-stroke-help-toggle-key '("<Control>/")
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] toggle use of stroke help window")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-begin-completion-key '("<Control>.")
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] begin completion")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-begin-conv-key '(generic-begin-conv-key)
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] begin conversion")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-commit-key '(generic-commit-key)
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] commit")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-cancel-key '("<IgnoreCase><Control>u"
generic-cancel-key)
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] cancel")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-paste-key '()
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] paste from clipboard")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-next-candidate-key '(generic-next-candidate-key)
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] next candidate")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-prev-candidate-key '("delete"
generic-prev-candidate-key)
- '(tutcode-keys1)
- '(key)
- (N_ "[TUT-Code] previous candidate")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-next-page-key '(generic-next-page-key)
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] next page of candidate window")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-prev-page-key '(generic-prev-page-key)
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] previous page of candidate window")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-backspace-key '(generic-backspace-key)
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] backspace")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-return-key '(generic-return-key)
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] return")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-vi-escape-key '("escape" "<Control>[")
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] ESC keys on vi-cooperative mode")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-register-candidate-key '("<IgnoreShift>|")
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] register new entry to dictionary")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-purge-candidate-key '("<IgnoreShift>!")
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] purge the entry from dictionary")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-mazegaki-relimit-left-key '("<IgnoreShift><")
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] relimit yomi to left in mazegaki")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-mazegaki-relimit-right-key '("<IgnoreShift>>")
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] relimit yomi to right in mazegaki")
- (N_ "long description will be here"))
-
-(define-custom 'tutcode-verbose-stroke-key '(" ")
- '(tutcode-keys2)
- '(key)
- (N_ "[TUT-Code] insert pending key strokes")
- (N_ "long description will be here"))