diff options
| author | Peng Wu <alexepico@gmail.com> | 2019-01-04 14:29:37 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2019-01-04 14:33:30 +0800 |
| commit | 7302fce6194506e7233efcdf89ee6ee97158d03f (patch) | |
| tree | 2015a8a90f736ccd8af5dc0e8d19f1e433832e19 /setup | |
| parent | b8324e0ada13cb3f0243c64b442607f71d3f7882 (diff) | |
| download | ibus-libzhuyin-7302fce6194506e7233efcdf89ee6ee97158d03f.tar.gz ibus-libzhuyin-7302fce6194506e7233efcdf89ee6ee97158d03f.tar.xz ibus-libzhuyin-7302fce6194506e7233efcdf89ee6ee97158d03f.zip | |
update ibus-libzhuyin-preferences.ui
Diffstat (limited to 'setup')
| -rw-r--r-- | setup/ibus-libzhuyin-preferences.ui | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/setup/ibus-libzhuyin-preferences.ui b/setup/ibus-libzhuyin-preferences.ui index d95da7d..2c81abd 100644 --- a/setup/ibus-libzhuyin-preferences.ui +++ b/setup/ibus-libzhuyin-preferences.ui @@ -13,43 +13,71 @@ <columns> <!-- column-name mapping --> <column type="gchararray"/> + <!-- column-name active --> + <column type="gboolean"/> + <!-- column-name sensitive --> + <column type="gboolean"/> </columns> <data> <row> <col id="0" translatable="yes">Standard</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">HSU</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">IBM</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">GinYieh</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">Eten</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">Eten26</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">Standard Dvorak</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">HSU Dvorak</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">DaChen CP26</col> + <col id="1">True</col> + <col id="2">False</col> </row> <row> <col id="0" translatable="yes">Hanyu Pinyin</col> + <col id="1">False</col> + <col id="2">True</col> </row> <row> <col id="0" translatable="yes">Luoma Pinyin</col> + <col id="1">False</col> + <col id="2">True</col> </row> <row> <col id="0" translatable="yes">Secondary Bopomofo</col> + <col id="1">False</col> + <col id="2">True</col> </row> </data> </object> |
