littlewater / gst123

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

Feature Request - Pause After This Track #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use gst123 every day. Something I would find very useful would be a "pause 
after this track" keyboard command (eg, Ctrl-space). Would that be hard to 
implement?

Original issue reported on code.google.com by gcsu01.n...@neverbox.com on 19 Jan 2012 at 4:19

GoogleCodeExporter commented 9 years ago
No, I think that would be fairly easy to add (20 lines of code or so). The only 
thing that I don't know is about the key combination Ctrl-space; since this is 
not a standard ascii char, it might not be easy to check if the input was 
Ctrl-space. But some other key could be used instead if Ctrl-space is too hard 
to implement.

If you can do the coding yourself, feel free to send a patch.

Original comment by Stefan.W...@gmail.com on 20 Jan 2012 at 5:07

GoogleCodeExporter commented 9 years ago
I'm not very familiar with C++ but I'll take a look at the code.

Point taken about the shortcut key; there are plenty left to choose from. Any 
other tips?

Original comment by gcsu01.n...@neverbox.com on 20 Jan 2012 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by Stefan.W...@gmail.com on 24 Feb 2012 at 10:29