Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1567 by [email protected]: ibus无法使用自定义的键盘layout
http://code.google.com/p/ibus/issues/detail?id=1567

Please *DO NOT* ask question here! Please use
https://groups.google.com/group/ibus-user

请不要在这里提问,请使用ibus用户讨论组
https://groups.google.com/group/ibus-user

What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Gentoo
Architecture (i386, x86_64): x86_64
IBus version: 1.4.99.20121006
Input method name and version: ibus
Python version: 2.7.3-r3
dbus version: 1.6.8-r1
dbus-python version: 1.1.1-r1
gtk version (if bug is about gtk applications):
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. 新建文件/usr/share/X11/xkb/symbols/us2,
内容如下:
partial default alphanumeric_keys
xkb_symbols "basic" {
    include "us(basic)"

    key <CAPS> { [ Super_L ] };
    key <END> { [ Super_R ] };
    modifier_map Mod4 { <CAPS>, <END> };

    name[Group1]= "USA";
};

2. 通过setxkbmap us2将当前的键盘layout设定为us2(此时caps键映射为左 win键,end键映射为右win键)。

3. 通过ctrl+空格切换ibus的输入法


What is the expected output? What do you see instead?

当前的键盘caps键应该仍然映射为左win键,end键映射为右win键;
而实际上caps和end恢复了原来的功能。

Please provide any additional information below.


--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复