fastsupply / growl

Automatically exported from code.google.com/p/growl
0 stars 0 forks source link

Speech: Hotkeys #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What feature or enhancement do you propose?
Hotkeys to provide Speech users with equivalents to clicking in visual display 
windows.

What problem does it solve/What benefit does it provide?
When a notification is long and the user already has the gist of it, they may 
prefer to not hear the rest of it. A hotkey to stop speaking would help here.

When #96 ( http://code.google.com/p/growl/issues/detail?id=96 ) is fixed, a 
couple of possibilities open up:

- Instead of a single “stop speaking” hotkey, we should have a hotkey to 
stop speaking the current notification being spoken (i.e., skip it and move on 
to the next), and a hotkey to stop speaking any notifications from the same 
application the current notification came from. The latter feature would help 
with GrowlMail in non-summary mode, which can easily produce 5 (or more, 
depending on settings) long notifications.
- Furthermore, it might be useful to have a 
click-the-notification-currently-being-spoken hotkey.

The Speech display would then be as usable and as capable as any non-visual 
display.

Original issue reported on code.google.com by prhgr...@gmail.com on 12 Jun 2010 at 9:27

GoogleCodeExporter commented 9 years ago
How hard is this to do on a scale of one to 42?

Original comment by chrisf.g...@gmail.com on 15 Mar 2011 at 5:47

GoogleCodeExporter commented 9 years ago
I'd say 15. The guts are already there in Growl; the skip hotkey would be 
“close” and the “click” hotkey would be… well, “click”. We also 
already have hotkey code in place.

Original comment by prhgr...@gmail.com on 15 Mar 2011 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by prhgr...@gmail.com on 28 Mar 2011 at 9:31

GoogleCodeExporter commented 9 years ago
If this works with MAS rules then we should look into it in 1.4.

Original comment by chrisf.g...@gmail.com on 29 Jul 2011 at 6:24

GoogleCodeExporter commented 9 years ago
Changing the owner on these to get them out of Peter's queue.

Original comment by chrisf.g...@gmail.com on 15 Aug 2011 at 6:49

GoogleCodeExporter commented 9 years ago

Original comment by ch...@growl.info on 14 Nov 2011 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by ch...@growl.info on 28 Nov 2011 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by ch...@growl.info on 19 Jan 2012 at 10:45

GoogleCodeExporter commented 9 years ago
I took a bit of time and implemented the simplest of these controls today, 
pausing the display and its queue.  Skipping would be easy enough, just stop 
speaking the current item and start the next item in the queue.  

Presently the new speech plugin dumps the rest of the note dictionary when it 
starts speaking in a queue, so "click" feedback would require adding back in 
the click context key at least.

Original comment by dan...@growl.info on 23 Mar 2012 at 6:04

GoogleCodeExporter commented 9 years ago
[e033a21e486b] for pause
[09a5b210651e] for skip/click feedback
Closing as fixed in source

Original comment by dan...@growl.info on 24 Mar 2012 at 9:17

GoogleCodeExporter commented 9 years ago
Growl 2 is released, marking these as fixed.

Original comment by ch...@growl.info on 20 Sep 2012 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by ch...@growl.info on 11 Jan 2013 at 6:27