Loading build/patches/Keyboard-protection-flag.patch +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ diff --git a/third_party/blink/renderer/core/events/keyboard_event.cc b/third_pa + // do not leak status of numlock/capslock/scrolllock/etc + modifiers_ &= ~(WebInputEvent::kSymbolKey | WebInputEvent::kFnKey | + WebInputEvent::kAltGrKey | WebInputEvent::kMetaKey | + WebInputEvent::kAltKey | WebInputEvent::kIsKeyPad | + /*WebInputEvent::kAltKey |*/ WebInputEvent::kIsKeyPad | + WebInputEvent::kSymbolKey | WebInputEvent::kScrollLockOn | + WebInputEvent::kCapsLockOn | WebInputEvent::kNumLockOn); + Loading Loading
build/patches/Keyboard-protection-flag.patch +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ diff --git a/third_party/blink/renderer/core/events/keyboard_event.cc b/third_pa + // do not leak status of numlock/capslock/scrolllock/etc + modifiers_ &= ~(WebInputEvent::kSymbolKey | WebInputEvent::kFnKey | + WebInputEvent::kAltGrKey | WebInputEvent::kMetaKey | + WebInputEvent::kAltKey | WebInputEvent::kIsKeyPad | + /*WebInputEvent::kAltKey |*/ WebInputEvent::kIsKeyPad | + WebInputEvent::kSymbolKey | WebInputEvent::kScrollLockOn | + WebInputEvent::kCapsLockOn | WebInputEvent::kNumLockOn); + Loading