Sadly, both the keysDown() function as well as rawKeyDown, only return a
keycode for the shift key (and the option key) upon key UP. All the other
keys work on key down but these do not. Do you have any idea why?

Should I file a bug report on ShiftKey down? Were you able to verify this
bug from the test code I sent (I put it in the card handler of a stack)?

On Sun, Sep 23, 2018 at 12:04 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 9/22/18 11:03 PM, Howard Bornstein via use-livecode wrote:
> > This is exceedingly weird. I can't get a mousemove handler to recognize
> if
> > the shiftkey is down (although I think this is true for all key
> > modifiers—Shiftkey down and OptionKey down for sure). The only way it
> > detects this state is if I click the mouse button while holding the
> > shiftkey down.
>
> You could see if the keysDown() function works instead.
>
> --
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



-- 
Regards,

Howard Bornstein
-----------------------
www.designeq.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to