ASCII code for Home, End, Page Up, Page Down
Thomas McGrath III
mcgrath3 at mac.com
Wed Feb 27 17:43:21 EST 2013
The problem is that I don't have an extended keyboard to test with so I can't get the numbers for these keys. Thanks though.
-- Tom McGrath III
http://lazyriver.on-rev.com
mcgrath3 at mac.com
On Feb 27, 2013, at 4:39 PM, dunbarx at aol.com wrote:
> I don't think you want ASCII, you probably, however, could use the codes for the "rawKeyDown" handler"
>
>
> home = 65310
>
> end = 65367
>
> pg up = 65365
> pg down = 65366
>
>
> No biggie:
>
>
>
> on rawkeydown var
> put var
> pass rawkeyDown
> end rawkeydown
>
>
> Just type and read.
>
>
> Craig Newman
>
>
>
>
> -----Original Message-----
> From: Thomas McGrath III <mcgrath3 at mac.com>
> To: How to use LiveCode <use-livecode at lists.runrev.com>
> Sent: Wed, Feb 27, 2013 3:45 pm
> Subject: ASCII code for Home, End, Page Up, Page Down
>
>
> Does anyone know the correct ASCII codes for Home, End, Page Up, and Page Down
> ???
>
> I haven't had a keyboard with them on it for years and I need to trap them in a
> keydown handler.
>
> Thanks
>
> -- Tom McGrath III
> http://lazyriver.on-rev.com
> mcgrath3 at mac.com
>
>
> _______________________________________________
> 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
More information about the use-livecode
mailing list