[Request] Suppress Windows key lock in MMF apps
Not sure if this setting is called "key lock" in english, I mean this "smart" function which pops up a dialogue when you hit keys like Shift or Spacebar multiple times within a short time. Unfortunately it's active by default.
I don't want to touch the user's Windows configuration, but would it be possible to suppress this function during runtime?
Re: [Request] Suppress Windows key lock in MMF apps
Here are some docs on how to do it in C++ for anyone who wants to have a go at it: http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
Re: [Request] Suppress Windows key lock in MMF apps
"Sticky Keys"
Stephen1980