I need to find a list of commonly mistyped keys on a keyboard for a project I am working on. Basically I need to know what key a user is trying to press and what key they are actually pressing and a comparative measure of how often this happens.
By "comparative measure" I mean that I would like to be able to say that knowing a user mistyped the "c" key, that it is more likely that they hit the "x" key vs the "v" key (basically the "commonness" column below).
My ideal list would be something like below to give you an idea of what I'm looking for.
Target Key Actual Key Commonness...
---------- ----------- -------------
v c 100
v b 95
c x 100
c v 90
And so on...
Has anyone come across any reputable sources out there that have anything that might provide this information? I have had no luck so far...