Thanks for reply .....

It works using

if(e->isAutorepeat())
{

e->ignore();
}
in key release function.