Uploaded June 2013 | Updated September 2026, 4 hours ago
Full Details and PHP source code for demo : dscript.org/diy-keyboardless-typing
So here is an idea I have been holding on to for a few years. I finally got around to building a DIY version, and it works wonderfully. Gonna make a better one out of gloves next :) I only did one hand cause it took quite a while to make and I was eager to test ;)
Imagine this with a battery power and bluetooth wireless... typing on your google glasses as you walk down the street :)
Maybe someone out there can turn it into a product actually viable for everyday regular use.. hopefully bluetooth ;) (if so please send me one, I have been dying to type this way for years!!!!)
One day I realized that excluding thumbs I have 8 bits, perfect I thought, that could fit a character map. And ever since I have been dreaming of how it would work and how to best use it.
I think there are tons of possible application, but best if keyboardless typing.
each finger pressed to the thumb is a bit, map the characters onto it (could be many maps.. will take some time to find the "most efficient layout", and may vary per person)
could easily be bluetooth so you could type while walking
Here are a couple maps and a "pre-prototype-introduction. I made a few months ago when I was showing the concept to a couple friends.
dscript.org/tip-type-new-alternative-keyboardless-typing
I just hacked the contacts onto a USB gamepad and used the following script to extract the bits.
The key is the logic that it waits for full release before sending the character, otherwise some fingers would hit before other and send multiple characters for those that require more than one finger.
Here is the source code, will require some customizing for whatever hardware you hack to make it.
PHP source code at : dscript.org/diy-keyboardless-typing
Full Details and PHP source code for demo : dscript.org/diy-keyboardless-typing
So here is an idea I have been holding on to for a few years. I finally got around to building a DIY version, and it works wonderfully. Gonna make a better one out of gloves next :) I only did one hand cause it took quite a while to make and I was eager to test ;)
Imagine this with a battery power and bluetooth wireless... typing on your google glasses as you walk down the street :)
Maybe someone out there can turn it into a product actually viable for everyday regular use.. hopefully bluetooth ;) (if so please send me one, I have been dying to type this way for years!!!!)
One day I realized that excluding thumbs I have 8 bits, perfect I thought, that could fit a character map. And ever since I have been dreaming of how it would work and how to best use it.
I think there are tons of possible application, but best if keyboardless typing.
each finger pressed to the thumb is a bit, map the characters onto it (could be many maps.. will take some time to find the "most efficient layout", and may vary per person)
could easily be bluetooth so you could type while walking
Here are a couple maps and a "pre-prototype-introduction. I made a few months ago when I was showing the concept to a couple friends.
dscript.org/tip-type-new-alternative-keyboardless-typing
I just hacked the contacts onto a USB gamepad and used the following script to extract the bits.
The key is the logic that it waits for full release before sending the character, otherwise some fingers would hit before other and send multiple characters for those that require more than one finger.
Here is the source code, will require some customizing for whatever hardware you hack to make it.
PHP source code at : dscript.org/diy-keyboardless-typing










