[PATCH] xkb: warn if XKB SlowKeys have been automatically enabled

2012-06-05 Thread Peter Hutterer
Slow keys are enabled when the XKB AccessX features are generally enabled (ctrls->enabled_ctrls & XkbAccessXKeysMask) and either shift key is held for 8 seconds. For the unsuspecting user this appears as if the keyboard suddenly stops working. Print a warning to the log, so we can later tell them

Re: [PATCH] xkb: warn if XKB SlowKeys have been automatically enabled

2012-06-06 Thread Dan Nicholson
On Tue, Jun 5, 2012 at 9:57 PM, Peter Hutterer wrote: > Slow keys are enabled when the XKB AccessX features are generally enabled > (ctrls->enabled_ctrls & XkbAccessXKeysMask) and either shift key is held for > 8 seconds. For the unsuspecting user this appears as if the keyboard > suddenly stops w