Well :s if u have the code u can search anyting like
Code:
if(GetAsyncKeyState(VK_INSERT))
{
// blahblah
}
and change it to
Code:
if(GetAsyncKeyState(VK_DELETE))
{
// blahblah
}
if u dont have the source euh :\ ...
Use onscreen keyboard of microsoft ?