realbasic-nug
[Top] [All Lists]

Re: help please: PC Keyboard Control/Shift/Alt

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: help please: PC Keyboard Control/Shift/Alt
From: Lennox Jacob <lenpartico@yahoo.com>
Date: Wed, 29 Oct 2008 10:52:22 -0700 (PDT)
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; domainkeys=hardfail (test mode) header.From=lenpartico@yahoo.com
Delivered-to: listarchive@realsoftware.com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=Y+V5Pbwhq5Bf1n/MB0IZD3DTFSqomnxfE+rq1xbvL1yREhzzGaDAzrRnEW69kFDjYTygrcqBsQsqXqhpmYw1CLHtamIbtROUkTLgKFz2ARyXoAZIoPmHv6VtFPS7DCeurqvoICnV+28lsT6CAyLX8wLsXyRReo6BW7Lxe9NFkCM=;
Domainkey-status: bad (test mode)
In-reply-to: <69D91099-5B89-433D-ABF0-005EA120F279@great-white-software.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Thanks Norman,

I can get the Shft and the Control but keyboard.Altkey dont seem to work.

Also 
Keyboard.AsyncKeyDown(7) = X
Keyboard.AsyncKeyDown(8) = C
Keyboard.AsyncKeyDown(9) = V
work on Mac

What are their values in PC, I tried 88, 67 and 86 but they don't work.

Thanks.

Lennox


--- On Wed, 10/29/08, Norman Palardy <npalardy@great-white-software.com> wrote:

> From: Norman Palardy <npalardy@great-white-software.com>
> Subject: Re: help please: PC Keyboard Control/Shift/Alt
> To: "REALbasic NUG" <realbasic-nug@lists.realsoftware.com>
> Date: Wednesday, October 29, 2008, 10:02 AM
> On 29-Oct-08, at 10:52 AM, Lennox Jacob wrote:
> 
> > Hello,
> > How can I use the Keyboard Control/Shift/Alt keys on
> PC?
> > Keyboard.AsyncKeyDown(18) for Alt
> > Keyboard.AsyncKeyDown(11) for Control
> > Keyboard.AsyncKeyDown(10) for Shift
> > are not working, I have an IBM Keyboard
> > Thanks.
> > Lennox
> 
> They generally dont generate key presses
> 
> Just check for them having been pushed when you execute
> your event /  
> method
> 
>    if Keyboard.ShiftKey ....
> 
> etc
> 
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>


      

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

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>