talonvoice / talon

Issue Tracker for the main Talon app
85 stars 0 forks source link

zoom mouse: support for hotkeys #422

Open knausj85 opened 2 years ago

knausj85 commented 2 years ago

With hotkeys supported on all platforms in beta, it would be ideal if there was official support for hotkeys in zoom mouse in some fashion. This would allow use of e.g. a foot pedal in addition to noises.

  1. Left/right click
  2. Double click
  3. Triple click
  4. Moving the cursor
lunixbochs commented 2 years ago

Yep, as part of the eye tracking updates I want to add actions to everything, and move the pop noise into .talon so that's just noise(pop): eye.zoom_trigger() or whatever out of the box (internally).

For mouse clicking, maybe the existing mouse_click action implementations in Talon would dismiss zoom mouse by default. I don't want to make new actions for that.

lunixbochs commented 1 year ago

in 0.3.1 we have actions for zoom mouse, which is most of this issue