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: Norman Palardy <npalardy@great-white-software.com>
Date: Wed, 29 Oct 2008 11:02:07 -0600
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <974027.68411.qm@web65614.mail.ac4.yahoo.com>
References: <974027.68411.qm@web65614.mail.ac4.yahoo.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

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>


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