[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Uim] does uim-fep works for debian 7



Hi Zhang,

Which keys do you use to on/off conversion?
If you use Shift+Space keys, uim-fep does not support Shift+Space keys.
Please see below:

uim-fep does not start to convert KANJI in default settings.
https://bugs.debian.org/743277

uim-fep (in Japanese)
http://code.google.com/p/uim-doc-ja/wiki/UimFep#%E6%B3%A8%E6%84%8F

Would you show me .uim.d/customs/custom-global-keys1.scm settings?
Default setting maybe below (or nothing this file).

% grep generic-o .uim.d/customs/custom-global-keys1.scm
(define generic-on-key '("zenkaku-hankaku" "<Shift> "))
(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> ")))
(define generic-off-key '("zenkaku-hankaku" "<Shift> "))
(define generic-off-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> ")))
%

I cannot on/off conversion with Shift+Space.

Then, I added "<Control> " (Control+Space) for another on/off conversion keys.

% grep generic-o .uim.d/customs/custom-global-keys1.scm
(define generic-on-key '("zenkaku-hankaku" "<Shift> " "<Control> "))
(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> " "<Control> ")))
(define generic-off-key '("zenkaku-hankaku" "<Shift> " "<Control> "))
(define generic-off-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> " "<Control> ")))
%

So I can on/off conversion with Control+Space.

% uim-fep -u py
py[IM-]

(type Control+Space)

% uim-fep -u py
py[IMO]

(type nihao)

% 你好
-- 
Regards,
	dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E

Attachment: signature.asc
Description: Digital signature


Reply to: