commit | a20ca811f9f6616424e743a2c45d963ee683e36f | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Sat Nov 22 11:16:56 2014 +0200 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Mon Dec 01 16:26:53 2014 +0200 |
tree | 3f317bc97b43422069fede59c16cc70180bb8128 | |
parent | d5e2187519830ce8f56705205d79840a5e32e3ad [diff] |
input: send focus events to the focused client when running a key binding When running a key binding we don't send the key press to the client via the wl_keyboard.key event. Instead, send a wl_keyboard.leave/enter pair so that the client knows the actual state of the keyboard. Reviewed-by: Daniel Stone <daniel@fooishbar.org>