|
| 2 keys together as shortcut |
 |
Tue, 19 Sep 2006 16:41:58 +053 |
Hi,
How to use " 2 keys together " as Shortcut ??
for example if i need to press both keys at a time to use a shortcut..how
can i do this....
|
| Post Reply
|
| Re: 2 keys together as shortcut |
 |
Tue, 07 Nov 2006 11:26:53 +070 |
U can use key Modifiers (ctrl, shift, alt) for 2 key shortcut.
ex:
if U want to make shortcut using Pen(shift)+Up at HandleKeyEventL
case EKeyPageUp:
{
if(aKeyEvent.iModifiers & EModifierCtrl)
{
//your code
}
}
oslario
sundar wrote:
> Hi,
> How to use " 2 keys together " as Shortcut ??
> for example if i need to press both keys at a time to use a shortcut..how
> can i do this....
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|