I am using the following code to trap it

  if asc(Key) = 13 or asc(key) = 3 then
    Dim n as Integer
    startBtn.Backdrop=start_selected
    if urlfield.text <> "" then
      webviewer.loadurl urlfield.text
      startbtn.backdrop=start1
    end if
  end if

I still need help figuring out how to do back and forward for my browser

Brian

On Sep 6, 2006, at 8:36 AM, Brian Heibert wrote:

PS I am testing this on a iBook that has a key that says Enter at the top in small letters and Return below in big letters and I found out that the FN key activates the Enter key
I want to trap Return on Mac and Enter on Windows

On Sep 6, 2006, at 8:23 AM, Brian Heibert wrote:

I looked in the archives and couldn't find my answer I have a bevelbutton that I want to have the same function as a default pushbutton, without using a default pushbutton. So to do that I was wandering how to trap the Return key on Macintosh Non-Numeric Enter key on Windows?

Brian
_______________________________________________
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>

_______________________________________________
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>

_______________________________________________
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