Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5501 - New tag: return's c if volume pressed

Attached to Project: Rockbox
Opened by Ben Basha (paprica) - Monday, 05 June 2006, 18:18 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 04 August 2007, 11:58 GMT+2
Task Type Patches
Category Themes
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

New tag that return 'p' if the volume key is pressed

also, you can use it %?pvc<true(pressed)|false(isn't pressed)>

comments?
   volume_pressed.diff (1.9 KiB)
 apps/gui/gwps-common.c |   27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Saturday, 04 August 2007, 11:58 GMT+2
Reason for closing:  Rejected
Comment by Rani Hod (RaeNye) - Monday, 05 June 2006, 19:31 GMT+2
Wouldn't it be better to have it as %?pvc<none|volUp|volDown> ?
Comment by Paul Louden (darkkone) - Tuesday, 06 June 2006, 07:49 GMT+2
Is there any real use for this? I mean, yeah, flexibility is nice, but this seems like a bit overkill.
What practical purpose does it serve?
What makes it not "bloat"?
Comment by Geoff Stokes (iwantanimac) - Thursday, 08 March 2007, 08:38 GMT+2
Does this still work with current SVN?

I think this should include the ability to set a timeout for the display, so it's shown for x seconds after the volume stops changing.
Comment by Geoff Stokes (iwantanimac) - Sunday, 15 April 2007, 08:21 GMT+2
My request was closed, but is there any way to implement something closer to this:

Example WPS Code:
%vd5 #Volume displays for 5 seconds after change
%?vc<#Show Volume Bar|#Hide Volume Bar> #Volume Changed?

Loading...