I'm curious what assistive technologies tech-savvy SO users recommend. What tools do you use to facilitate text entry and web navigation? I'm especially interested in solutions that don't require voice-commands, since programming requires keywords that can be a pain to spell manually.

link|improve this question

I don't know the answer, but it occurs to me that a voice recognition system that understood the language syntax could be rather good. Just as an IDE can autocomplete typing, a voice recognition system can weight itself towards the right string. – slim Sep 22 '08 at 21:54
feedback

4 Answers

up vote 1 down vote accepted

It's been several years since I checked out their current state, but I would track down Voicecode, which was being developed open source for programming by voice. Spelling keywords manually is NOT necessary.

http://voicecode.iit.nrc.ca/

link|improve this answer
feedback

Whilst not strictly on topic, Scott Hanselman did an excellent podcast about Accessability in web applications, where he speaks with Saqib Shaikh a developer who works for Microsoft and who is blind. Very fascinating stuff to see (no pun intended) how visually disadvantaged people code.

link|improve this answer
This particular episode of Hanselminutes is excellent. – Forgotten Semicolon Sep 22 '08 at 22:23
feedback

Whatever you do, don't use Microsoft Vista Speech Recognition (demonstration coding perl) Warning: Link is to youtube and contains adult language.

link|improve this answer
Warning: 10 minutes long! I suppose that's the point. – Justin Sep 22 '08 at 22:10
that is pure GOLD :) – Xian Sep 22 '08 at 22:10
I was hoping this would illustrate your "don't require voice-commands" point, nilihm. – Forgotten Semicolon Sep 22 '08 at 22:24
@Forgotten Semicolon: It certainly does, thank you. – Justin Sep 22 '08 at 22:35
feedback

I recently came across Dasher - a really fascinating way of 'typing' without a keyboard. What I found was the speed with which you can 'type' using just one finger!

link|improve this answer
Dasher is a good example of what I'm seeking from a text entry tool. Training Dasher on source code would be an interesting experiment. – Justin Sep 22 '08 at 22:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.