Comment #32 on issue 1558 by takao.fujiwara1: Ibus 1.5 does not effect 'use system layout'.
http://code.google.com/p/ibus/issues/detail?id=1558

maybe you can add a feature for ibus to switch between XKB "default" layout?

Probably I think that approach does not work because of no way to get the current layout. When you set a customized keymap, after you change a layout, e.g. 'jp', there is no way to bring back the orignal keymap.

% setxkbmap -layout foo
% setxkbmap -layout jp

BTW, if you modify /usr/share/ibus/component/simple.xml by manual to add a layout and restart ibus-daemon, the layout could be shown in ibus-setup:

                <engine>
                        <name>xkb:us,ru::eng</name>
                        <language>eng</language>
                        <license>GPL</license>
<author>Peng Huang &lt;[email protected]&gt;</author>
                        <layout>us,ru</layout>
                        <longname>English (US) + Russian</longname>
                        <description>English (US) + Russian</description>
                        <icon>ibus-keyboard</icon>
                        <rank>0</rank>
                </engine>

But I don't think the group layout is not needed because you can switch two ibus engines.
Currently I'm thinking to provide the customized compose keys only.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复