Opened 18 years ago

Closed 18 years ago

#1367 closed enhancement (fixed)

STRETCHINC/STRETCHDEC actions not registered

Reported by: david.asher@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

While I was looking through the source to see how to implement direct key access to the timestretch up and down (instead of using left/right after pressing entrering timestretch adjust mode) I discovered the code is all there, but the STRETCHINC and STRETCHDEC actions were not registered as keys.

The attached patch registers them, but does not assign them to keys. Since there aren't a whole lot of keys left, I figured only people who wanted the functionality could bind the actions to a real key.

I've been using it this way for at least a month.

Attachments (1)

stretchkey-patch.txt (825 bytes) - added by david.asher@… 18 years ago.
patch to register STRETCHINC/STRETCHDEC keys

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by david.asher@…

Attachment: stretchkey-patch.txt added

patch to register STRETCHINC/STRETCHDEC keys

comment:1 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [9191]) Add keybindings for the STRETCHINC and STRETCHDEC actions to allow increasing and decreasing the timestetch value. These are not bound to keys, so if people want to use this feature, they'll have to find some free keys and bind them using mythcontrols or mythweb. Closes #1367 using David Asher's patch.

Note: See TracTickets for help on using tickets.