[EMAIL PROTECTED] wrote:
Subject: Re: enter key (win) = return key (mac)? From: "Joseph J. Strout" <[EMAIL 
PROTECTED]> Date: Fri, 24 Feb 2006 13:11:30 -0700 At 11:09 PM -0500 2/23/06, [EMAIL 
PROTECTED] wrote:

I have a shortcut in my app which does something if the user hits return or shift+return on the mac and they work fine. However, in windows, one of them works but not the other using the corresponding enter key. Is there any trick here?


I'm not sure exactly what you're seeing, but in case it helps: on the Mac, the Return and Enter keys are different; Return is Chr(13) and Enter is Chr(3). But on Windows, they are physically two different keys, but they generate the same key code. Both are called Enter, but (IIRC) they both generate Chr(13).

In that case, how REALbasic did do the differenciation betwen these keys ?

In the design mode, Properties Window (5.5.5 and <) / Pane (RB 200x), if you click in the ellipsis character (rightmost part of some fields), you have to click in Enter since Return add a ... Return in the field. With my laptop without Enter key, I have to click in the OK (default) button. When I use an external keyboard (Logitech), a press in the Enter key does the job just if that was on a Macintosh...


The question stays open IMHO...


Emile

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to