Hi there,

While investigating for terminology so it would accept composed keys
used in Brazil (acute/' + a = á, acute/' + space = '), I just realized
Elementary's elm_entry is also broken!

The problem seems to be that I must use an input method/scim to get
it, as Iván said. But most people do not use it, then it's broken.

But it was not always the case. Iván himself added such support for
Ecore_X 4 years ago, and someone broke it when IMF was added:

http://trac.enlightenment.org/e/changeset/38008

For those that know about IMF I wonder if this code could go as a
fallback in case scim is not there.


NOTE: For those that would like to try this, just use the following in
your xorg.conf:

    Section "InputClass"
       Identifier      "Keyboard Defaults"
       MatchIsKeyboard "yes"
       Option          "XkbLayout" "us"
       Option          "XkbVariant" "intl"
    EndSection

Your keyboard will remain in american standard, but whenever you type
composited keys it should wait (type ' and it won't show, then you
must type space to get it plain as I did, or a letter to make it:
áéíóúç)

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to