I suggest remembering the state of the numlock key when the computer is shutdown, and on startup, restoring it to the same state. This fixes everyones problems with the num lock.
PROS:
* Does not need any GUI changes.
* You can disable the behavior by disabling the service
* Doesn't require a daemon. Just a small shutdown/start script
* Most users want the same state as when they last shut down
* Does not potentially screw up laptop keyboards or other foreign keyboards like most other suggestions. All users are advantaged
* Very easy to code. No patches needed to be made against upstream code.
* Could also be executed per user, on login/logout, but it is more complex then.
CONS:
* May be a bit confusing to multi-user system users. But its really no worse behavior then now.
NOT A DUPE!!!
Please note, this is not a dupe. The other ideas involve a default state. This is a better way of approaching it.
Tags:
(none)