[uim-commit] r2137 - trunk/scm
ekato at freedesktop.org
ekato at freedesktop.org
Mon Nov 14 05:46:22 PST 2005
Author: ekato
Date: 2005-11-14 05:46:17 -0800 (Mon, 14 Nov 2005)
New Revision: 2137
Modified:
trunk/scm/im-custom.scm
Log:
* scm/im-custom.scm (toggle-im-key) : Remove "<Alt> ".
Modified: trunk/scm/im-custom.scm
===================================================================
--- trunk/scm/im-custom.scm 2005-11-14 13:26:25 UTC (rev 2136)
+++ trunk/scm/im-custom.scm 2005-11-14 13:46:17 UTC (rev 2137)
@@ -288,10 +288,10 @@
(define-custom 'enable-im-toggle? #t
'(global im-toggle)
'(boolean)
- (_ "Enable Input method toggle by hot keys")
+ (_ "Enable input method toggle by hot keys")
(_ "long description will be here."))
-(define-custom 'toggle-im-key '("<Alt> " "<Meta> ")
+(define-custom 'toggle-im-key '("<Meta> ")
'(global im-toggle)
'(key)
(_ "Input method toggle key")
More information about the uim-commit
mailing list