Rabishan
Member
|
key combintions(solved)
hi guys
is there any way to read different keyboard combinations. like shift+a etc.
thanks in advance
(This post was last modified: 06-27-2011 12:28 PM by Rabishan.)
|
|
06-27-2011 11:47 AM |
|
neo22
Member
|
RE: key combintions(solved)
|
|
06-27-2011 09:34 PM |
|
Driklyn
Member
|
RE: key combintions(solved)
There is a keyboard shortcut class for this purpose as well:
Code:
KbSc(KB_A, KBSC_SHIFT).pd() // if pushed
// other methods include .on(), .db() for double-clicked, or .rs() for released
|
|
06-28-2011 06:18 AM |
|