vn-input/ibus-unikey

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

phodamentals opened this issue · 1 comments

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" } },
};

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)