How Someone with a Neuromuscular Disease Experiences Operating a PC (and How to Successfully Counteract That)
Torsten Felzer, Stephan Rinderknecht · 2013 · Proceedings of the 15th International ACM SIGACCESS Conference on Computers and Accessibility (ASSETS) · doi:10.1145/2513383.2517034
Summary
This experience report describes the first author's personal journey as a computer scientist with Friedreich's Ataxia (FA), a progressive neuromuscular disease diagnosed at age 15 that causes ataxia of limbs, dysarthria, and muscle weakness. Despite needing a wheelchair since age 18, the author completed a PhD and became an active HCI researcher. The paper documents the specific challenges he faces using a standard keyboard — typing restricted to one finger per hand, frequent mis-hits of adjacent keys, imprecise keypresses producing repeated letters, and problematic auto-repeat behavior — resulting in a typing speed of about 4 words per minute including error correction. The author systematically evaluated numerous alternative input methods: speech recognition (Dragon Naturally Speaking failed because dysarthria prevented completing the initial training sentence after 50+ attempts), non-verbal vocal input (too complicated gesture patterns), eye tracking (pathological nystagmus from FA made tracking impossible), camera mouse (atactic head movements were too unsteady), Dasher (unusable due to missing fine motor control), and intentional muscle contractions (too much assistance for his remaining abilities). Finding no adequate solution, the author developed OnScreenDualScribe, a software tool built around a small numerical keypad called the DualPad that replaces both keyboard and mouse entirely.
Key findings
OnScreenDualScribe addresses each specific motor challenge systematically. The DualPad is held firmly with both hands and operated using the thumbs — the strongest fingers — with edges serving as tactile guides that virtually eliminate mis-hits. The system offers three text entry modes: "dual mode" where each character requires exactly two keystrokes (row selection + column selection) from a virtual 8x6 grid with word prediction offering up to 16 candidates; "ambiguous mode" where six character keys each map to multiple letters (like a phone keypad) with dictionary-based disambiguation; and word prediction that spans both modes using a 100,000-word dictionary. For mouse replacement, the novel DualMouse technique uses recursive screen subdivision — the screen is divided into a 4x6 grid, the user selects a tile, which subdivides further until sufficient precision is reached for a click — eliminating time-critical pointer movements entirely. The author reports that composing emails in ambiguous mode is now "more like fun" rather than a chore, and the system requires much less physical effort than a standard keyboard, even though raw entry speed has not significantly increased.
Relevance
This paper is a compelling example of autoethnographic research in assistive technology — the developer is also the primary user, giving the work an authenticity and depth of understanding that purely observational studies cannot match. For accessibility practitioners, it demonstrates that seemingly "efficient" alternatives (speech recognition, eye tracking) can be completely unusable for specific conditions, and that the best solution may be one that optimizes for reduced effort rather than maximum speed. The DualMouse recursive subdivision technique for pointer control is a particularly elegant solution that could benefit many users with motor impairments who struggle with continuous pointing devices. The paper also highlights how progressive conditions like Friedreich's Ataxia create a moving target for assistive technology — solutions that work at one stage of the disease may fail as symptoms worsen, making adaptable, configurable systems essential.
Tags: motor impairment · neuromuscular disease · Friedreich's Ataxia · text entry · assistive technology · keyboard replacement · mouse emulator · word prediction · ambiguous keyboard · dysarthria · autoethnography