WebKit Bugzilla
Attachment 373301 Details for
Bug 199392
: Left and right option key has Unidentified key identifier
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
For the bots; looking for tests
bug-199392-20190701194151.patch (text/plain), 769 bytes, created by
Daniel Bates
on 2019-07-01 19:41:52 PDT
(
hide
)
Description:
For the bots; looking for tests
Filename:
MIME Type:
Creator:
Daniel Bates
Created:
2019-07-01 19:41:52 PDT
Size:
769 bytes
patch
obsolete
>Subversion Revision: 247033 >diff --git a/Source/WebCore/platform/ios/PlatformEventFactoryIOS.mm b/Source/WebCore/platform/ios/PlatformEventFactoryIOS.mm >index b33da5dca47736e52c5baaf04143838823641489..a78c74627e78656664d04741a8e22d220385badd 100644 >--- a/Source/WebCore/platform/ios/PlatformEventFactoryIOS.mm >+++ b/Source/WebCore/platform/ios/PlatformEventFactoryIOS.mm >@@ -267,8 +267,8 @@ String codeForKeyEvent(WebEvent *event) > case VK_OEM_2: return "Slash"_s; > > // Functional keys in alphanumeric section. >- case VK_MENU: return "AltLeft"_s; >- // AltRight. >+ case VK_LMENU: return "AltLeft"_s; >+ case VK_RMENU: return "AltRight"_s; > case VK_CAPITAL: return "CapsLock"_s; > // ContextMenu. > case VK_LCONTROL: return "ControlLeft"_s;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199392
:
373301
|
373335