mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
bfd4ccaa2a
commit
81665583cd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user