That's a nifty resource.

I don't know what Tiemo means by "the real chars" as they are dependent on
either one's keyboard driver or the language of one's operating system.

I think what Tiemo needs (?) is something that when he enters a rawKey number it will
tell him the key char . . .

Something like this (pseudo code):

on rawKeyDown RD
  get the keyDown of RD
    put it
end rawKeyDown

um?

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 <toolb...@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to