[uim-commit] r2202 - trunk/scm

yamamoto at freedesktop.org yamamoto at freedesktop.org
Mon Nov 21 04:34:41 PST 2005


Author: yamamoto
Date: 2005-11-21 04:34:37 -0800 (Mon, 21 Nov 2005)
New Revision: 2202

Modified:
   trunk/scm/canna-key-custom.scm
   trunk/scm/skk-key-custom.scm
Log:
* scm/canna-key-custom.scm : Remove generic-on-key from definition of
  canna-begin-conv-key.
* scm/skk-key-custom.scm : Add "<Alt>tab" to
  skk-new-completion-from-current-comp-key because uim-fep recoginize
  C-i as tab.


Modified: trunk/scm/canna-key-custom.scm
===================================================================
--- trunk/scm/canna-key-custom.scm	2005-11-21 12:11:41 UTC (rev 2201)
+++ trunk/scm/canna-key-custom.scm	2005-11-21 12:34:37 UTC (rev 2202)
@@ -127,7 +127,7 @@
 	       (_ "[Canna] off")
 	       (_ "long description will be here"))
 
-(define-custom 'canna-begin-conv-key '(generic-begin-conv-key generic-on-key)
+(define-custom 'canna-begin-conv-key '(generic-begin-conv-key)
                '(canna-keys2)
 	       '(key)
 	       (_ "[Canna] begin conversion")

Modified: trunk/scm/skk-key-custom.scm
===================================================================
--- trunk/scm/skk-key-custom.scm	2005-11-21 12:11:41 UTC (rev 2201)
+++ trunk/scm/skk-key-custom.scm	2005-11-21 12:34:37 UTC (rev 2202)
@@ -178,7 +178,7 @@
 	       (_ "[SKK] previous completion candidate")
 	       (_ "long description will be here"))
 
-(define-custom 'skk-new-completion-from-current-comp-key '("<IgnoreCase><Control><Alt>i")
+(define-custom 'skk-new-completion-from-current-comp-key '("<Alt>tab" "<IgnoreCase><Control><Alt>i")
 	       '(skk-keys3 skk-keys-completion)
 	       '(key)
 	       (_ "[SKK] new completion using current completion")



More information about the uim-commit mailing list