rawKeyDown slightly cooked

dunbarx at aol.com dunbarx at aol.com
Mon Dec 23 16:20:03 EST 2013


Richmond,




I live in the United States. All these issues would go away if everyone would just learn English.



Sheesh.


Craig


-----Original Message-----
From: Richmond <richmondmathewson at gmail.com>
To: How to use LiveCode <use-livecode at lists.runrev.com>
Sent: Mon, Dec 23, 2013 3:53 pm
Subject: rawKeyDown slightly cooked


If I run a script like this:

on rawKeyDown RKD
    put RKD into fld "RKD"
end rawKeyDown

on Linux (UbuntuStudio 13.10) using the standard US English layout I get
the raw keycodes.

when I switch over into a Bulgarian keyboard layout I get
numbers that are:

1. not raw keycodes

and

2. on numToChar with them end up with Arabic letters.

Now that is a bit odd.

on changing the script to this:

on keyDown RKD
    put RKD into fld "RKD"
end keyDown

with US English I get the letters I would expect,

with the Bulgarian keyboard layout I get nothing.

Richmond.

_______________________________________________
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