_ [debian] 続・uim 1:1.8.6-5

uim-fep でデフォルトの変換 on/off である Shift+Space が効かない件(#743277)の続報。 ~/.uim.d/customs/custom-global-keys1.scm に、

(define generic-on-key '("zenkaku-hankaku" "<Control> "))
(define generic-off-key '("zenkaku-hankaku" "<Control> "))

ではなく、

(define generic-on-key '("zenkaku-hankaku" "<Control> "))
(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Control> ")))
(define generic-off-key '("zenkaku-hankaku" "<Control> "))
(define generic-off-key? (make-key-predicate '("zenkaku-hankaku" "<Control> ")))

と書いたら Control+Space が効いたのでその旨を返信。 もしかしたら [Uim] does uim-fep works for debian 7 の件も同じ問題かもしれないので確認してみた。