Skip to content
Commit ebbc2351 authored by Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto 💬
Browse files

window: properly propagate keys to the page

Sometimes Epiphany wrongly steals the keyboard events
when they were supposed to be handled by the web view.
This is very clear on text editor pages such as Google
Drive's documents, where we can't set e.g. bold text
using Ctrl + B shortcut.

Fix that by trying to propagate events with the form of
(Ctrl|Alt|Shift)+letter to the focused widget.

https://bugzilla.gnome.org/show_bug.cgi?id=113449
parent 39efde65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment