|
发表于 2009-4-15 09:38:25
|
显示全部楼层
Post by dgod;1974297
你的fcitx打过这个补丁么?
diff -aur fcitx/src/xim.c fcitx.new/src/xim.c
--- fcitx/src/xim.c 2009-03-11 15:30:06.635512815 +0800
+++ fcitx.new/src/xim.c 2009-03-11 15:45:11.104522045 +0800
@@ -566,7 +566,7 @@
}
IMSetIMValues (ims, IMEncodingList, encodings, IMProtocolHandler, MyProtoHandler, NULL);
- IMSetIMValues (ims, IMFilterEventMask, KeyPressMask | KeyReleaseMask, NULL);
+ IMSetIMValues (ims, IMFilterEventMask, KeyPressMask, NULL);
IMSetIMValues (ims, IMOnKeysList, on_keys, NULL);
return True;
我用的是SVN最新版本,还要打这个补丁吗?
另外,这个补丁能给个附件的形式吗? 我CP下来感觉不对呢。 |
|