
When representing the keyboard backlight levels as discrete items, it is currently not possible to keynav past the first button. Fix this by bypassing the usual event bubbling and passing key press events directly to the focus manager, similar to what we do for popup menu items. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3545>