Key binding representation shown in uim-pref is having following problems. - " " should be shown as "space" - "<Control>g" and "<Control>G" should be unified - "," as key should be distinguishable from separator character These problems should be resolved in relation with uim-custom and libuim implementation. The translation prefix <IgnoreCase> and <IgnoreShift> will help the solution. I'll suggest particular plan later.
"space" problem has been fixed by r371.
r390 had resolved following problem. - "<Control>g" and "<Control>G" should be unified Last one problem is remaining. It's a uim-pref layer problem. Hiroyuki, Takuro or Kazuki, can this problem be fixed easily? If no, close this bug. - "," as key should be distinguishable from separator character
Can "," be colorized?
From commit log of r506: * helper/pref-gtk.c: - (olist_pref_entry_set_value): Quote each item of list and put space after separator(comma) to make easy to recognize. Although I don't think that it is the best way, I think it is better than before. - (key_pref_entry_set_value): Same with above.
Further fix mey be difficult at this time. I close this bug.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.