Skip to main content

One-handed typing?

I separated my right shoulder so that arm is going to be out of commission for a while.  (I am right-handed.)  I'm managing about 25 wpm with one hand, or about 1/4 my normal speed.  This is frustrating.  The Handkey Twiddler has been out of production for a while.  The BAT is not OS X compatible. Anyone tried the Half Qwerty keyboard?  Are there other good options for under, say, $300?  (I found several very niche products for significantly more.)

I do plan to try voice recognition for email and IM but I can't see that working very well for code.

Comments

Anonymous said…
There are right-handed and left-handed dvorak layouts, I think.
Anonymous said…
*one-handed, that is
Anonymous said…
http://en.wikipedia.org/wiki/Image:KB_Dvorak_Left.svg
jester02k said…
I have tried frog pad in the past it works ..ok but I think i just didn't give it enough time.
http://www.frogpad.com/
then there was Matias half keyboard I almost bought it but my hand had healed enough so I didn't buy it but it did look interesting better than the frog pad.
http://www.matias.ca/halfkeyboard/
I know the agravation your going through i was the worst time for me
Good Luck
Anonymous said…
http://blag.xkcd.com/2007/08/14/mirrorboard-a-one-handed-keyboard-layout-for-the-lazy/
Nikhil said…
try Dasher ( http://www.inference.phy.cam.ac.uk/dasher/DasherSummary.html ). Even if you don't like it, the technique looks really cool
the daniel said…
I have a frogpad - I find it sufficient, after some practice.
Unknown said…
If you don't mind a little soldering, you could make your own custom one-handed chording keyboard.
mike bayer said…
feel better ! we need your code to keep coming.....
I've flirted with Dvorak in the past and had success with it. Never the 1-handed variety, but it might be worth a shot. It really doesn't take much time to "go back" to a traditional layout.

It took me about 2 weeks to overtake my qwerty speed with dvorak - the only reason I dropped it was I was having to use too many machines that I couldn't control layout over.
Philip Jenvey said…
ouch, get better soon!
Nate75Sanders said…
Kinesis sells some foot pedals/switches that you might find useful -- pedals for modifier keys, maybe, and that way you get to use your left hand entirely for non-modifiers. I've heard of people with 2 healthy limbs/hands using them for emacs chording to fight carpal tunnel.

-- Nate
Anonymous said…
Although it's been awhile since your post, I was curious to see what you decided on. Time for a follow-up post?

A buddy of mine shattered both his wrists in a motorcycle accident and went over to one of these datahand dual hand kbs, http://www.atpm.com/7.05/datahand.shtml and did really well, but they don't seem to be made any more.

And there's the original price tag of $1,000+ (ooch).
Viagra said…
Left-handed people are one of the most discriminated beings in society. Most of all the items are design to be used by right-handed persons.
Peter said…
I know this post is a bit old, but I'll post anyway if anyone out there finds this and is looking for a good one-hand keyboard solution.

I'm the developer of a software-based implementation of this one-hand keyboard concept. It's all software, so no need to buy an expensive hardware keyboard. Use the app with your laptop or your favorite keyboard.

The main advantage is that it uses predictive text. So no need to do the "press a modifier key to get the other letter" thing. Just tap "tges" and it will figure out that the word you want is probably "this".

Give it a try if you've injured your arm/hand/fingers:
http://onehandkeyboard.org

Popular posts from this blog

PyCon Python IDE review

I presented an IDE review at PyCon last Friday. It was basically a re-review of what I thought were the 3 most promising IDEs from the Utah Python User Group IDE review , to which I added SPE, which was by far the most popular of the ones we left out that time. The versions reviewed are: PyDev 1.0.2 SPE 0.8.2.a Komodo 3.5.2 Wing IDE 2.1 beta 1 I'd intended to base my presentation around a comparison of writing a smallish program in each of the IDEs, but the more I tried to make this not suck, the more I realized it was a losing proposition. Instead, I decided to try to focus on the features in each that most set them apart from the others (both positive and negative); this seemed more likely be useful. (I did a new feature matrix for this review, which is included after my comments. The slides I used are also up, at http://utahpython.org/jellis/pycon-ides.pdf , but aren't very useful absent video of the presentation itself. Hence this post.) PyDev PyDev has g...

Why PHP sucks

(July 8 2005) Apparently I got linked by some PHP sites, and while there were a few well-reasoned comments here I mostly just got people who only knew PHP reacting like I told them their firstborn was ugly. These people tended to give variants on one or more themes: All environments have warts, so PHP is no worse than anything else in this respect I can work around PHP's problems, ergo they are not really problems You aren't experienced enough in PHP to judge it yet As to the first, it is true that PHP is not alone in having warts. However, the lack of qualitative difference does not mean that the quantitative difference is insignificant. Similarly, problems can be worked around, but languages/environments designed by people with more foresight and, to put it bluntly, clue, simply don't make the kind of really boneheaded architecture mistakes that you can't help but run into on a daily baisis in PHP. Finally, as I noted in my original introduction, with PHP, ...

Troubleshooting the ps3 wireless network connection, including error 80130128

My father got a ps3 for Christmas, but ran into some problems getting it on his wireless network. The first one was "connection error 80130128" after configuring it to use DHCP. I couldn't google anything useful about this; just a few other hapless victims asking if anyone had any ideas. Fortunately Dad had his laptop there too and noticed Windows complaining that two machines on the network were both using the same IP. So, over the phone, I walked him through setting up the ps3 with a static address: on his laptop, run -> cmd ipconfig Read the "gateway" ip. Put that into his browser to go to his router's admin page Find the DHCP settings for his router to see what range of IPs it hands out; pick one outside that range Set up the ps3 with that IP, the router IP as primary dns, and an opendns server as secondary This made the connection test happy. But when he tried to go to the playstation store, it gave a DNS error. If he repeated the connection te...