GNOME Bugzilla – Bug 331819
Show the way to input a character: keyboard layout, modifiers, and the key
Last modified: 2012-12-09 12:55:59 UTC
If there exists a compose key for a key, that should be noted in the detailed character description.
What do you mean exaclty be "compose key"? If you mean Ctrl+Shift+XXXX combination, so it's the character code.
You can set the Compose key by opening the keyboard preferences and then going to the layout settings (or something, I don't have an english locale here -- it's the third tab). For example, I can type ß by hitting <Compose> <s> <s> and Ö by hitting <Compose> <O> <">, which is very convenient. But I never remember the key combinations, so it would be great if gucharmap could show them. (And well, I don't have any clue on how it could retrieve them)
Oh, XKB's compose feature. OK, that's a good enhancement. Maybe the first level of this XKB integration is to tell user which keyboard level should select to enter a character. I don't know about Non-X platforms. There will be some problems on how to point to a key. We cannot assume that user uses a QWERTY. It needs some work with GDK stuff.
*** Bug 337078 has been marked as a duplicate of this bug. ***
In theory the compose key sequences are in xc/nls/Compose/$LANG ; on my Fedora 7 system I find them defined at /usr/share/X11/locale/$(grep $LANG compose.dir | head -n 1 | awk '{print $1}') This might help the original poster until the enhancement can be made. However, these are the X Windows keys and they work in for example xterm(1). Many of them work in Gnome, but not all. For example, on my system <Multi_key> <apostrophe> <less> generates "‘" U2018 # LEFT SINGLE QUOTATION MARK as expected but <Multi_key> <quotedbl> <less> produces a beep in Gnome applications instead of the expected "“" U201c # LEFT DOUBLE QUOTATION MARK. Why Gnome does things differently from X11 in this instance is beyond my skills, but, assuming that is not a bug, then the enhancement should probably aim to show compose sequences for both Gnome and regular X Windows applications, where they are different. (I think the current situation is confusing to users, but not documenting the differences is probably more confusing. We can not assume that the user only uses Gnome applications.)
Dup of bug 165802, I think.
(In reply to comment #6) > Dup of bug 165802, I think. Agreed. *** This bug has been marked as a duplicate of bug 165802 ***