Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2008-05-28 Thread Dave Carrigan
Sebastian Voges [EMAIL PROTECTED] writes: I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when pressing ctrl-a) I don't have one of these keyboards, but if I were to guess, those

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2008-05-28 Thread Sebastian Voges
Dave Carrigan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Sebastian Voges [EMAIL PROTECTED] writes: I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when pressing

How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2008-05-28 Thread Sebastian Voges
Hi, I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when pressing ctrl-a) I do not use any Palm input fields, which handle the commands properly. thanks for any help, Sebastian

How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Sebastian Voges
Hi, I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when pressing ctrl-a) I do not use any Palm input fields, which handle the commands properly. thanks for any help, Sebastian

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Dave Carrigan
"Sebastian Voges" [EMAIL PROTECTED] writes: I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when pressing ctrl-a) I don't have one of these keyboards, but if I were to guess, those

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Sebastian Voges
"Dave Carrigan" [EMAIL PROTECTED] wrote in message news:23393@palm-dev-forum... "Sebastian Voges" [EMAIL PROTECTED] writes: I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Alan Pinstein
I wrote a little application called KeyEventWatcher designed for just this type of thing. If you want it, email me separately and I'll send it to you. I have a hack that traps ctl-keys on the StowAway and it works great. Just look for the keyDownEvents as shown in this little utility app.