Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

One handed coding -- tablet, special keyboard, one-handed typing?

Tags:

I recently broke my finger and can now only type with my right hand. This has seriously impacted my typing speed. Since I write software for a living, this is a serious problem.

I have been doing some research, but haven't found a great solution yet. Here's what I've come up with:

  1. Wacom tablet + hand writing recognition software. Is it possible to write code with hand writing recognition software?

  2. one handed keyboards -- I have only found expensive (> $100) keyboards. These look like they have a steep learning curve.

  3. one handed typing instructions: http://www.aboutonehandtyping.com/manualcompare.html. Does this really work?

What do the one handed coders out there use?

like image 285
Nick Martin Avatar asked Dec 03 '09 02:12

Nick Martin


People also ask

Can you type on a one handed keyboard?

The most basic one-handed typing method is to use a standard physical keyboard with one hand instead of two, requiring more movement of the typing hand and arm, and reducing opportunities to touch-type. Because of these limitations, a number of other options for one-handed typing have emerged over the years.


1 Answers

If you're a two-hand touch typist, the answer is a "mirrored" layout.

Mirroring lets you begin touch-typing with one hand almost immediately. Pretty crazy how easy it is. Based on the muscle memory you already have.

If you're typing with your right hand:

  • Type all right-hand keys normally.
  • Don't type left hand keys. Instead type the same motion (but mirrored) with your right hand.

So if you want to type:

  • "D" -> type "K" instead.
  • "W" -> type "O" instead.
  • "S" -> type "L" instead.

Same row of keyboard, same finger, same motion. Your muscle memory can already do this... kind of like how you're unable to pat your head and rub your belly at the same time. The wires in your brain are crossing somewhere.

Software to mirror the keyboard as described above:

Hold Spacebar to mirror:

  • Linux - MirrorBoard
  • Mac - Mirror-QWERTY
  • Windows - AutoHotkey version of Half-QWERTY Half-Keyboard

Predictive Text; Automatic Mirroring

  • Mac - One-Hand Keyboard
  • Windows - One-Hand Keyboard
like image 53
pkamb Avatar answered Oct 11 '22 11:10

pkamb