autogui-rs icon indicating copy to clipboard operation
autogui-rs copied to clipboard

Features for 1.0

Open Dentosal opened this issue 6 years ago • 0 comments

Platform specific:

  • [ ] Windows
    • [x] Mouse
    • [x] Keyboard
    • [ ] Hotkeys
    • [ ] Screenshots
    • [ ] Detecting and launching applications
  • [ ] MacOS
    • [x] Mouse
    • [x] Keyboard
    • [ ] Hotkeys
    • [x] Screenshots
    • [ ] Detecting and launching applications
  • [ ] Linux
    • [ ] Mouse
    • [ ] Keyboard
    • [ ] Hotkeys
    • [ ] Screenshots
    • [ ] Detecting and launching applications

Platform-agnostic:

  • [ ] Search subimages from image (see pyautogui docs)
    • [ ] Also approximate/fuzzy search?
  • [ ] Pause
  • [ ] Mouse movement tweening
    • [ ] Fast mode vs human mode

Other stuff:

  • Automated tests for each platform
  • Mouse/keyboard monitoring?
  • Initial keyboard state detection?
  • Better documentation
  • Failsafe? (see pyautogui docs)

Dentosal avatar Mar 11 '18 15:03 Dentosal