> > folder navigation on main unit via either PLAY+LEFT/RIGHT > PLAY used to do pause while music is playing. Does it first > pause and then > move back/forwards or how does it behave?
It doesn't pause because pause is defined as BUTTON_ON | BUTTON_REL (with pre event) and skip as BUTTON_ON | BUTTON_LEFT/RIGHT, so it just skips. > > or short then long LEFT/RIGHT > A short LEFT/RIGHT used to skip backwards/forwards. How does > it behave now? The same - skip track first and then if user long presses it again (within HZ) skip dir, but only if its not first/last track (to avoid skipping two folders altogether). Anton.
