GNOME Bugzilla – Bug 728055
Apply keyboard repeat settings
Last modified: 2014-10-03 17:05:34 UTC
Mucha as for pointer configuration, mutter should read the settings that the control-center sets, and apply them.
specifically, key repeat and numlock
Created attachment 287531 [details] [review] backend-native: Handle keyboard repeat settings -- Let's leave NumLock state for another bug. Key repeat settings are already working for the wayland frontend, the only thing missing is the native backend for gnome-shell's own chrome widgets (cue lament about needing to implement everything twice).
Review of attachment 287531 [details] [review]: Are we sure this won't cause repeated events to be sent to Wayland clients?
Created attachment 287585 [details] [review] backend-native: Handle keyboard repeat settings We need to tell clutter's evdev backend about the desktop's key repeat settings so that our own key binding event processing and gnome-shell's chrome widgets get their fake key events for continuous key presses as they expect. Note that the wayland frontend filters out these fake events and thus wayland clients do not see them as specced. -- Wrote a proper commit message that should answer your question.
Review of attachment 287585 [details] [review]: Sure.
Attachment 287585 [details] pushed as fa58752 - backend-native: Handle keyboard repeat settings