Is there a mapping table for all rawKeyUp Codes?

Antti Ilola ilola.antti at gmail.com
Sun Nov 27 07:54:36 EST 2016


I found this program, maybe useful.

https://manytricks.com/keycodes/


Antti

---------- Edelleenlähetetty viesti ----------
> From: Richmond <richmondmathewson at gmail.com>
> To: How to use LiveCode <use-livecode at lists.runrev.com>
> Cc:
> Date: Sat, 26 Nov 2016 17:17:23 +0200
> Subject: Re: Is there a mapping table for all rawKeyUp Codes?
> http://forums.livecode.com/viewtopic.php?f=7&t=28395
>
> Better than nothing . . . but a long, long way from ideal.
>
> Richmond.
>
> On 24.11.2016 20:31, Mark Waddingham wrote:
>
>> Hi Tiemo,
>>
>> If you search for 'PlatformKeyCode' in this file:
>>
>> https://github.com/livecode/livecode/blob/develop/engine/src/platform.h
>>
>> It should give you what you need.
>>
>> Warmest Regards,
>>
>> Mark.
>>
>> Sent from my iPhone
>>
>> On 24 Nov 2016, at 16:31, Tiemo Hollmann TB <toolbook at kestner.de> wrote:
>>>
>>> Hello,
>>>
>>> since keyUp doesn't works anymore  as it should on windows in LC 7/8
>>> (see my
>>> previous post) I have to workaround with rawKeyUp.
>>>
>>> Does anybody has a togo mapping table of the rawkeyup codes to the real
>>> chars? If not I have to build it myself by testing each char.
>>>
>>> Thanks
>>>
>>> Tiemo
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
> Am I missing something? Should I expect otherwise?
>>
>> Peter Bogdanoff
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>



More information about the use-livecode mailing list