Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
11–20 of 110 posts
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#12Earlier quoted context omitted.
There were, for awhile, some security systems had on-screen keyboards that would change layout on every key press.
I think that this is an attempt to stop the “clean key” problem. Security system keypads (especially outdoor ones) tend not to be cleaned, so as time passes, it is easy to spot the dirty keys. Dirty keys are not being pressed and are therefore not in the passcode. So look for the clean keys and try combinations from there. In a 4 digit (0-9) keypad, knowing the clean numbers drops the possible codes from 9999 to 24 (…
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#13Not only that, people just change them to suit their needs! They use things like Hands Down [0] as a guide, and make up their own layout.
Wild.
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#14Nice! I wrote about something similar for rectangular layouts: https://maxhalford.github.io/blog/dynamic-on-screen-keyboard...
i probably am not making much sense. Look at where I'm coming from in the world of Assistive Tech - https://docs.acecentre.org.uk/products/echo (go to around 5 min mark in the vide)
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#15I learned recently that there are way, way more alt-layouts than the ones you've heard of: Dvorak & Colemak. Not only that, people just change them to suit their needs! They use things like Hands Down [0] as a guide , and make up their own layout. Wild. [0]: https://sites.google.com/alanreiser.com/handsdown
I will promptly forget it exists and keep typing on the random layout I learned to touch type on 20 years ago, all the while suffering from terrible finger acrobatics and wishing for a better layout every single day.
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#16Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#17Very interesting, I wonder if you could incorporate text prediction so that you can write a sentence in just one key (aside from space).
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#18Earlier quoted context omitted.
There were, for awhile, some security systems had on-screen keyboards that would change layout on every key press.
I think that this is an attempt to stop the “clean key” problem. Security system keypads (especially outdoor ones) tend not to be cleaned, so as time passes, it is easy to spot the dirty keys. Dirty keys are not being pressed and are therefore not in the passcode. So look for the clean keys and try combinations from there. In a 4 digit (0-9) keypad, knowing the clean numbers drops the possible codes from 9999 to 24 (…
It actually drops from 10^4=10000 to 4^4=256 combinations
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#19This is not a bad idea. It's not dissimilar from an autocomplete engine. If reset per word and using a static probability table it will work its way into muscle memory. In practice fingers will only need to leave the home row for some initial letters.
Re: Markov Keyboard: keyboard layout that changes by Markov frequency (2019)
#20Too bad this github has latest changes 5 years ago, I wonder what they could update with LLMs, etc.