talonhub / community

Voice command set for Talon, community-supported.
MIT License
621 stars 770 forks source link

Add screenshot commands to capture a particular screen #491

Closed knausj85 closed 3 years ago

knausj85 commented 3 years ago

e.g.,

^grab screen <number_small>$:      user.screenshot(number_small)
^grab screen clip <number_small>$ : user.screenshot_clipboard(number_small)
AndreasArvidsson commented 3 years ago

I've already have this on my todo but I was waiting for aegis implementation of a properly sorted screen ordering. For now we could probably just use the same as the switcher though.

Ref: https://github.com/talonvoice/talon/issues/336#issue-934568376

knausj85 commented 3 years ago

The other interim alternative would be to make it a two-step process and display an index on each via a canvas, if the ordering is problematic

On Sat, Jul 10, 2021 at 12:21 PM Andreas Arvidsson @.***> wrote:

I've already have this on my todo but I was waiting for aegis implementation of a properly sorted screen ordering. For now we could probably just use the same as the switcher though.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/knausj85/knausj_talon/issues/491#issuecomment-877681630, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSPSBGL3MOKYHO4NBFFA5DTXCFULANCNFSM5AEOUMNA .

AndreasArvidsson commented 3 years ago

A two step process sounds a little annoying. If you only have two screen remembering which one is which is easy and now the flash confirms it, but I could make a voice command to show a number on each screen as a separate feature. I still think the screen capture and switcher should have the same ordering.