After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668828 - wayland: Key repeat needs implementing
wayland: Key repeat needs implementing
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: wayland
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: wayland
 
 
Reported: 2012-01-27 12:29 UTC by Rob Bradford
Modified: 2013-06-27 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rob Bradford 2012-01-27 12:29:39 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.
Comment 1 Rob Bradford 2013-06-27 15:06:46 UTC
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>