# Voice commands for win32pad
new document = {Ctrl+n};
open document = {Ctrl+o};
save document = {Ctrl+s};
Go to line 1..50 = {Ctrl+g} $1 {Enter};
delete line 1..50 ={Ctrl+g} $1 {Enter} {Ctrl+y};
indent = {Tab};
unindent = {Shift+Tab};
# Voice commands for win32pad
new document = {Ctrl+n};
open document = {Ctrl+o};
save document = {Ctrl+s};
Go to line 1..50 = {Ctrl+g} $1 {Enter};
delete line 1..50 ={Ctrl+g} $1 {Enter} {Ctrl+y};
indent = {Tab};
unindent = {Shift+Tab};
Categories: Disability · Technology
Tagged: assistive technology, Dragon NaturallySpeaking, speech recognition, Vocola, voice recognition
2 responses so far ↓
reckoner // October 4, 2009 at 8:09 am
You might not be aware of the following:
http://code.google.com/p/dragonfly/wiki/DemoVideos
Which is demonstration of the very powerful Python-based speech recognition framework.
This is just FYI.
hand2mouth // October 4, 2009 at 12:29 pm
Thanks for the tip!