t4ngo / dragonfly

ARCHIVED! - Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS) and Windows Speech Recognition (WSR)
GNU Lesser General Public License v3.0
364 stars 82 forks source link

Added scrolling support to Mouse action. #59

Closed wolfmanstout closed 5 years ago

wolfmanstout commented 6 years ago

@t4ngo friendly ping. This is a generic addition to Dragonfly and I've tried to follow your style closely.

reckoner commented 6 years ago

@wolfmanstout I like this addition, but it would help to have some documentation how to use it. For example:

Mouse('scrollup:10').execute()

or something more explicit?

wolfmanstout commented 6 years ago

@reckoner Sure, added documentation.

wolfmanstout commented 5 years ago

I'm going to close this and apply to Danesprite/dragonfly instead.