After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710510 - gtkimcontextsimpleseqs.h can be updated.
gtkimcontextsimpleseqs.h can be updated.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Input Methods
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-19 14:29 UTC by Takao Fujiwara
Modified: 2013-12-14 20:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for gtk/gtkimcontextsimpleseqs.h (35.01 KB, patch)
2013-10-19 14:33 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2013-10-19 14:29:13 UTC
I think gtkimcontextsimpleseqs.h is a little older than X11 en-us Compose file and now is good to update the file.
Comment 1 Takao Fujiwara 2013-10-19 14:33:28 UTC
Created attachment 257708 [details] [review]
Patch for gtk/gtkimcontextsimpleseqs.h

Attached the patch.
This enables Multi_key + f + i.

I'm also thinking to add locale compose table in GtkIMContextSimple by locale, which is similar with ibus.
Comment 2 Takao Fujiwara 2013-12-12 06:50:02 UTC
Is it ok to commit?
Comment 3 Matthias Clasen 2013-12-13 15:06:41 UTC
Hi Takao, it would be good if the commit message gave some summary of what sequences are added here - it seems to be a lot more than just multi+f+i.

Other than that, it looks ok. Lets treat locale-specific compose tables separately.