[uim-commit] r2346 - trunk/scm
ekato at freedesktop.org
ekato at freedesktop.org
Sat Dec 3 20:50:39 PST 2005
Author: ekato
Date: 2005-12-03 20:50:35 -0800 (Sat, 03 Dec 2005)
New Revision: 2346
Modified:
trunk/scm/skk-key-custom.scm
Log:
* scm/skk-key-custom.scm (skk-next-completion-key) : Bug fix.
Modified: trunk/scm/skk-key-custom.scm
===================================================================
--- trunk/scm/skk-key-custom.scm 2005-12-03 22:39:35 UTC (rev 2345)
+++ trunk/scm/skk-key-custom.scm 2005-12-04 04:50:35 UTC (rev 2346)
@@ -170,7 +170,7 @@
(_ "[SKK] begin completion")
(_ "long description will be here"))
-(define-custom 'skk-next-completion-key '("." skk-begin-completion-key)
+(define-custom 'skk-next-completion-key '("." "tab" "<IgnoreCase><Control>i")
'(skk-keys2 skk-keys-completion)
'(key)
(_ "[SKK] next completion candidate")
More information about the uim-commit
mailing list