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 の件も同じ問題かもしれないので確認してみた。
前 | 2014年 4月 |
次 | ||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
[amd64 | audacious | comp | debian | gkrelluim | kip | misc | movie | research | rime | unicon | vdr | work | えふえふ]
書いてる人: dai
パッチ等(無保証)