On Tue, Aug 14, 2012 at 4:33 PM, Carsten Haitzler <ras...@rasterman.com> wrote:
> On Tue, 14 Aug 2012 16:16:21 +0200 Lionel Orry <lionel.o...@gmail.com> said:
>
>> On my french keyboard I can't access a 'keyname' field of key down
>> event with the value 'grave'. I made tests and it seems we need to use
>> 'key' instead...
>>
>> Raster, can you please use 'ev->key' instead of 'ev->keyname' in
>> termio.c ? Seems to work for me.
>>
>> Thanks a lot for the feature btw :D
>
> what does the ` (or ~) key produce when u press it by itself in key? (vs
> keyname)?

The ` character is produced using AltGr+รจ (see
http://www.forlang.wsu.edu/Images/help/kfrench.gif) so in that case we
get "grave" as 'key' field, "egrave" as 'keyname' field and ` as
'string' field. I've not tried with the ~ key but it's a totally
different one (see the illustration) and I think you get the point.

Lionel

>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>

------------------------------------------------------------------------------
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