AAAAUGH! Cursor, enter problems

MisterX b.xavier at internet.lu
Wed Nov 15 12:31:49 EST 2006


Although it's called enter on your physical keyboard, the return key is
indeed the return key. The "enter" key in rev is the keypad's enter key
only.

To catch any use the messages:

on returnkey

on enterkey

or
on rawkeydown k
  put chartonum(k)

you'll see the difference...

cheers
Xavier

> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com 
> [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Mikey
> Sent: Wednesday, 15 November, 2006 15:55
> To: How to use Revolution
> Subject: Re: AAAAUGH! Cursor, enter problems
> 
> I'm still waiting for a suggestion on how to modify the 
> behavior.  On a windoze box the "return" key is also labeled 
> an "enter" key.  In my case what I mean is that the "return" 
> key behaves like the "enter"
> key, but ONLY IN RR.  I know this because I have other 
> development tools that have different behaviors for the keys, 
> but they behave as I would expect.
> 
> Mike.
> --
> On the first day, God created the heavens and the Earth On 
> the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>    and did a little diving.
> And God said, "This is good."
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage 
> your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list