[uim-commit] r2324 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Sat Dec 3 05:03:43 PST 2005


Author: ekato
Date: 2005-12-03 05:03:38 -0800 (Sat, 03 Dec 2005)
New Revision: 2324

Modified:
   trunk/scm/skk-custom.scm
Log:
* scm/skk-custom.scm (skk-candidate-op-count) : Change default
  value.
(skk-nr-candidate-max) : Ditto.


Modified: trunk/scm/skk-custom.scm
===================================================================
--- trunk/scm/skk-custom.scm	2005-12-03 12:52:03 UTC (rev 2323)
+++ trunk/scm/skk-custom.scm	2005-12-03 13:03:38 UTC (rev 2324)
@@ -78,13 +78,13 @@
   (_ "Set candidate window behavior manually")
   (_ "long description will be here."))
 
-(define-custom 'skk-candidate-op-count 2
+(define-custom 'skk-candidate-op-count 5
   '(skk candwin)
   '(integer 0 99)
   (_ "Conversion key press count to show candidate window")
   (_ "long description will be here."))
 
-(define-custom 'skk-nr-candidate-max 10
+(define-custom 'skk-nr-candidate-max 7
   '(skk candwin)
   '(integer 1 20)
   (_ "Number of candidates in candidate window at a time")



More information about the uim-commit mailing list