Skip to content

clutter: Give the ClutterTextInputFocus a first stab at handling key events

Carlos Garnacho requested to merge wip/carlosg/fix-issue-65 into master

Actor keybindings were dispatched in an earlier return path, which means the IM doesn't get to see certain key events. Flip the order around so the IM has an opportunity to handle all keypresses.

#65 (closed)

Closes: #65 (closed)

Merge request reports