vn-input / ibus-unikey

Vietnamese IM Engine for ibus
GNU General Public License v3.0
142 stars 38 forks source link

Is there a reason why 'viqr' input method is not included? #22

Closed phodamentals closed 4 years ago

phodamentals commented 4 years ago

I would like to use the viqr input method for unikey, versus the standalone viqr-ibus-table.

Why is it not included in the list of input methods?

const std::map<const std::string, std::pair<UkInputMethod, const gchar*>> input_method_map {
    { "telex",   { UkTelex,        "Extend Telex" } },
    { "vni",     { UkVni,          "VNI" } },
    { "stelex",  { UkSimpleTelex,  "STelex" } },
    { "stelex2", { UkSimpleTelex2, "STelex 2" } },
};
tulequ commented 4 years ago

I just want to include popular ones, make it more simple I don't like fragment

Anyway, you can enable it and maybe with some changes to the way how word is commit

You are the first persion ask for it (more than 10 years from beginning)