[webkit-changes] [WebKit/WebKit] 25a848: Incorrect event.keyIdentifier value for F10 and F1...
Ahmad Saleem
noreply at github.com
Thu Oct 6 13:25:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 25a848ab9af418321f350ee993ab7de194ea35f9
https://github.com/WebKit/WebKit/commit/25a848ab9af418321f350ee993ab7de194ea35f9
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M Source/WebCore/platform/win/KeyEventWin.cpp
Log Message:
-----------
Incorrect event.keyIdentifier value for F10 and F11 keys
Incorrect event.keyIdentifier value for F10 and F11 keys
https://bugs.webkit.org/show_bug.cgi?id=26878
Reviewed by Fujii Hironori.
This patch is rectifying the incorrect KeyCode mapping for 'F10' and 'F11' for Windows platform.
* Source/WebCore/platform/win/KeyEventWin.cpp:
(KeyEventWin::keyIdentifierForWindowsKeyCode): Fixed mapping of 'F10' and 'F11' keys
Canonical link: https://commits.webkit.org/255238@main
More information about the webkit-changes
mailing list