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
mcgra...@mac.com

On Feb 27, 2013, at 4:39 PM, dunb...@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 <mcgra...@mac.com>
> To: How to use LiveCode <use-livecode@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
> mcgra...@mac.com
> 
> 
> _______________________________________________
> 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