GNOME Bugzilla – Bug 631989
keyboard: handle per-hostname num-lock state saving
Last modified: 2012-10-29 08:47:33 UTC
Currently disabled waiting on GSettingsList. See code in plugins/keyboard/gsd-keyboard-manager.c
May want to consider that it currently is sorta broken when you have multiple keyboards... the setting isn't really per hostname but per device I guess.
Well, it should be per-device, though it obviously works per hostname, and applies the same setting to all the keyboards attached to a display server. Which is pretty broken... Is it worth even trying?
[Removing GNOME3.0 target as decided in release-team meeting on March 03, 2011. "nice-to-have" categorisation for GNOME3.0]
*** Bug 646738 has been marked as a duplicate of this bug. ***
*** Bug 648190 has been marked as a duplicate of this bug. ***
*** Bug 651593 has been marked as a duplicate of this bug. ***
Peter, do we have per-device Num-Lock, or is that per display? If it's per-display, I'll just turn that into a boolean and be done with it.
Strictly speaking per device, though it takes some effort to get it to work per-device (i.e. XI2 support). By default, hitting numlock on one keyboard will traverse through all devices and toggle it for all.
commit 808640667656668693cedd685f6a830bddc0117d Author: Bastien Nocera <hadess@hadess.net> Date: Fri Sep 9 00:59:01 2011 +0100 keyboard: Remember and apply NumLock status By default, without a care in the world for hostnames. https://bugzilla.gnome.org/show_bug.cgi?id=631989
*** Bug 660228 has been marked as a duplicate of this bug. ***