GNOME Bugzilla – Bug 668828
wayland: Key repeat needs implementing
Last modified: 2013-06-27 15:06:46 UTC
Under Wayland key repeat is a client side responsibility. There is code in the GTK+ Wayland backend that could be copied to implement this.
This is already in: tree cfda2c389b1965378a0abfdc2dcfa0dfeda5b0c5 parent 8f4e39b6d716876bdd386c832ede3a33bc76c042 author Daniel Stone <daniel@fooishbar.org> Thu Aug 30 15:08:43 2012 -0700 committer Rob Bradford <rob@linux.intel.com> Fri Oct 12 15:12:55 2012 +0100 Wayland: Add key repeat Add support for repeating keys to the Wayland input backend. Unfortunately the repeat delay/interval is hardcoded into the Clutter backend, as Wayland doesn't yet tell clients what the global values Signed-off-by: Daniel Stone <daniel@fooishbar.org>