OS X 升级到 10.10 之后,鼠须管的 app_options 不起作用了?

2014-10-18 14:02:48 +08:00
 wushuang
OS X 升级到10.10之后,鼠须管的app_options 不起作用了?
没办法再对sublime或者iterm2之类的程序单独设置初始输入为英文
4202 次点击
所在节点    问与答
4 条回复
tongluobing
2014-10-21 17:30:31 +08:00
我也遇到这个问题,请问找到解决的办法了吗
wushuang
2014-10-21 23:05:14 +08:00
莫有,临时换了个搜狗输入法用着。
ecchanger
2014-10-24 23:47:47 +08:00
我也一样...
chjlu
2014-11-05 19:47:30 +08:00
可以用我修改的版本: https://github.com/frank4565/squirrel,也可以复制粘贴以下的 patch 文件。
如何编译看这里: https://code.google.com/p/rimeime/wiki/RimeWithSquirrel

From 613a5917aa439bfb877ce6fdb47722239ee97187 Mon Sep 17 00:00:00 2001
From: Junlu Cheng
Date: Wed, 5 Nov 2014 19:21:08 +0800
Subject: [PATCH] Fixed app_options not working in OS X 10.10 Yosemite.

---
SquirrelInputController.m | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/SquirrelInputController.m b/SquirrelInputController.m
index b936aa5..e22cb4f 100644
--- a/SquirrelInputController.m
+++ b/SquirrelInputController.m
@@ -240,10 +240,7 @@
-(id)initWithServer:(IMKServer*)server delegate:(id)delegate client:(id)inputClient
{
//NSLog(@"initWithServer:delegate:client:");
- if (self = [super initWithServer:server delegate:delegate client:inputClient]) {
- _currentClient = inputClient;
- [self createSession];
- }
+ self = [super initWithServer:server delegate:delegate client:inputClient];
return self;
}

--
1.8.4.2

参见: http://www.zhihu.com/question/26083714/answer/32973546

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/139783

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX