Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#3531 closed patch (fixed)
Patch for keybinding overlap in exit dialog
| Reported by: | anonymous | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I recently upgraded to SVN from 0.20-fixes.
If I'm watching a recording and try to exit I get the "Save this location / Just exit/..." dialog. If I press "UP" on my remote I can cycle through the options, but if I press "DOWN" the dialog disappears and the recording jumps back.
I found this is caused by my having "JUMPRWND" to the "DOWN" button. This is being trapped within tv_play.cpp and exiting the dialog.
The attached patch checks for the overlap of these bindings and fixed the problem for me.
-Bill
Attachments (1)
Change History (4)
by , 18 years ago
| Attachment: | exitdialog.patch added |
|---|
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 18 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Version: | unknown → head |
Note:
See TracTickets
for help on using tickets.

(In [13586]) Ignore the actions JUMPRWND, RWNDSTICKY or SEEKRWND in OSD dialogues if they are bound to the same key as UP or DOWN. This fixes unexpected behaviour when navigating menus.
Patch by Bill.
Closes #3531