Bug 373420 Uppercase the VK_* bits for consistency with the rest of the codebase (Fv1 /widget) comment only change p=Serge Gautherie <sgautherie.bz@free.fr>,r=joshmoz

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-03-31 01:18:09 -07:00
parent bfd4ccaa2a
commit 81665583cd

View File

@ -745,7 +745,7 @@ static PRUint32 ConvertMacToRaptorKeyCode(char charCode, UInt32 keyCode, UInt32
case kKeypadDivideKeyCode: raptorKeyCode = nsIDOMKeyEvent::DOM_VK_DIVIDE; break;
// case ?? : raptorKeyCode = nsIDOMKeyEvent::DOM_VK_SEPARATOR; break;
// this may clash with vk_insert, but help key is more useful in mozilla
// this may clash with VK_INSERT, but help key is more useful in mozilla
case kHelpKeyCode: raptorKeyCode = nsIDOMKeyEvent::DOM_VK_HELP; break;
case kDeleteKeyCode: raptorKeyCode = nsIDOMKeyEvent::DOM_VK_DELETE; break;
case kEscapeKeyCode: raptorKeyCode = nsIDOMKeyEvent::DOM_VK_ESCAPE; break;