+ -
当前位置:首页 → 问答吧 → ibus 谷歌拼音输入法发布

ibus 谷歌拼音输入法发布

时间:2010-05-14

来源:互联网

各位,最近一直在用ubuntu10.04,挺不错的
有个小问题
用windows时习惯用极点五笔,现在到用的是ibus中的五笔86

它的中英文切换键是左shift键,请问如何将它改为右shift键?
这点总是让我不喜欢,
请知道的朋友们告诉我声,感激不尽!!

作者: seethesun   发布时间: 2010-05-14

代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config

作者: wowoto   发布时间: 2010-05-14

2L强

作者: pocoyo   发布时间: 2010-05-14

wowoto 写道:
代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config



兴冲冲的试了试
没有/usr/share/fcitx目录
只有/usr/share/ibus
它下面也没config文件
用户宿主目录里也一样

嘿嘿,我的是ubuntu10.04的,各位,再指教指教,谢谢!

作者: seethesun   发布时间: 2010-05-15

頂上去
要出差了

周一来了希望能看到希望

作者: seethesun   发布时间: 2010-05-15

呀,怎么都没人回了捏
不会是真的没有办法改吧?
各位各位~~

作者: seethesun   发布时间: 2010-05-17

呀,怎么都没人回了捏
不会是真的没有办法改吧?
各位各位~~

作者: seethesun   发布时间: 2010-05-17

我又来顶帖子了

嘿嘿,其实现在用的五笔86的快捷键也熟悉了,只是当在单位换到windows下时用别的输入法还总是会不习惯

作者: seethesun   发布时间: 2010-05-22

wowoto 写道:
代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config



作者: csoul   发布时间: 2010-05-24

有没有办法?
怎么看不到希望呢

作者: seethesun   发布时间: 2010-05-28

cd /usr/share/ibus-table/engine/

sudo vim table.py



搜索 “Match mode switch hotkey”

# Match mode switch hotkey
if not self._editor._t_chars and ( self._match_hotkey (key, keysyms.Shift_L, modifier.SHIFT_MASK + modifier.RELEASE_MASK)):

把 Shift_L 改为 Shift_R

搜索 “because we ignore all Release event below”

# because we ignore all Release event below.
if self._match_hotkey (key, keysyms.Shift_R, modifier.SHIFT_MASK + modifier.RELEASE_MASK) and self._ime_py:

把 Shift_R 改为 Shift_L

保存。

作者: bnpysse   发布时间: 2011-09-08

各位,最近一直在用ubuntu10.04,挺不错的
有个小问题
用windows时习惯用极点五笔,现在到用的是ibus中的五笔86

它的中英文切换键是左shift键,请问如何将它改为右shift键?
这点总是让我不喜欢,
请知道的朋友们告诉我声,感激不尽!!

作者: seethesun   发布时间: 2010-05-14

代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config

作者: wowoto   发布时间: 2010-05-14

2L强

作者: pocoyo   发布时间: 2010-05-14

wowoto 写道:
代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config



兴冲冲的试了试
没有/usr/share/fcitx目录
只有/usr/share/ibus
它下面也没config文件
用户宿主目录里也一样

嘿嘿,我的是ubuntu10.04的,各位,再指教指教,谢谢!

作者: seethesun   发布时间: 2010-05-15

頂上去
要出差了

周一来了希望能看到希望

作者: seethesun   发布时间: 2010-05-15

呀,怎么都没人回了捏
不会是真的没有办法改吧?
各位各位~~

作者: seethesun   发布时间: 2010-05-17

呀,怎么都没人回了捏
不会是真的没有办法改吧?
各位各位~~

作者: seethesun   发布时间: 2010-05-17

我又来顶帖子了

嘿嘿,其实现在用的五笔86的快捷键也熟悉了,只是当在单位换到windows下时用别的输入法还总是会不习惯

作者: seethesun   发布时间: 2010-05-22

wowoto 写道:
代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config



作者: csoul   发布时间: 2010-05-24

有没有办法?
怎么看不到希望呢

作者: seethesun   发布时间: 2010-05-28

cd /usr/share/ibus-table/engine/

sudo vim table.py



搜索 “Match mode switch hotkey”

# Match mode switch hotkey
if not self._editor._t_chars and ( self._match_hotkey (key, keysyms.Shift_L, modifier.SHIFT_MASK + modifier.RELEASE_MASK)):

把 Shift_L 改为 Shift_R

搜索 “because we ignore all Release event below”

# because we ignore all Release event below.
if self._match_hotkey (key, keysyms.Shift_R, modifier.SHIFT_MASK + modifier.RELEASE_MASK) and self._ime_py:

把 Shift_R 改为 Shift_L

保存。

作者: bnpysse   发布时间: 2011-09-08

各位,最近一直在用ubuntu10.04,挺不错的
有个小问题
用windows时习惯用极点五笔,现在到用的是ibus中的五笔86

它的中英文切换键是左shift键,请问如何将它改为右shift键?
这点总是让我不喜欢,
请知道的朋友们告诉我声,感激不尽!!

作者: seethesun   发布时间: 2010-05-14

代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config

作者: wowoto   发布时间: 2010-05-14

2L强

作者: pocoyo   发布时间: 2010-05-14

wowoto 写道:
代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config



兴冲冲的试了试
没有/usr/share/fcitx目录
只有/usr/share/ibus
它下面也没config文件
用户宿主目录里也一样

嘿嘿,我的是ubuntu10.04的,各位,再指教指教,谢谢!

作者: seethesun   发布时间: 2010-05-15

頂上去
要出差了

周一来了希望能看到希望

作者: seethesun   发布时间: 2010-05-15

呀,怎么都没人回了捏
不会是真的没有办法改吧?
各位各位~~

作者: seethesun   发布时间: 2010-05-17

呀,怎么都没人回了捏
不会是真的没有办法改吧?
各位各位~~

作者: seethesun   发布时间: 2010-05-17

我又来顶帖子了

嘿嘿,其实现在用的五笔86的快捷键也熟悉了,只是当在单位换到windows下时用别的输入法还总是会不习惯

作者: seethesun   发布时间: 2010-05-22

wowoto 写道:
代码:
sudo vi /usr/share/fcitx/data/config
好像默认用户配置是
sudo vi ~/.config/fcitx/config



作者: csoul   发布时间: 2010-05-24

有没有办法?
怎么看不到希望呢

作者: seethesun   发布时间: 2010-05-28

cd /usr/share/ibus-table/engine/

sudo vim table.py



搜索 “Match mode switch hotkey”

# Match mode switch hotkey
if not self._editor._t_chars and ( self._match_hotkey (key, keysyms.Shift_L, modifier.SHIFT_MASK + modifier.RELEASE_MASK)):

把 Shift_L 改为 Shift_R

搜索 “because we ignore all Release event below”

# because we ignore all Release event below.
if self._match_hotkey (key, keysyms.Shift_R, modifier.SHIFT_MASK + modifier.RELEASE_MASK) and self._ime_py:

把 Shift_R 改为 Shift_L

保存。

作者: bnpysse   发布时间: 2011-09-08