Opened 13 years ago
Closed 13 years ago
#4499 closed enhancement (fixed)
Add more movement shortcuts for remote control in mythbrowser
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythbrowser | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Recent SVN changes (since 0.20.2 anyway) have added page up and page down movement but these have only been available with a full keyboard. This patch adds keys for page up/down/left/right that will be found on a remote control and are currently unused and whose movement matches that in other parts of MythTV.
3 => Page up (like in the rest of MythTV); 9 => Page down (like in the rest of MythTV); 1 => Page right (like forward one day in TV schedule); 7 => Page left (like backward one day in TV schedule)
As an included improvement the left/right keys also now move by 1/10th of the screen size (like changeset 13456 did but only for for up and down).
The page up/down/left/right movement is by half of the screen size rather than the whole size (unlike changeset 15204 which set this to the whole size so that no overlap was visible).
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | mythbrowser.diff added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from Isaac Richards to paulh |
Status: | new → accepted |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
(In [15610]) Add some more keybindings in MythBrowser?.
PAGEUP '3' - Scroll up 50% page height PAGEDOWN '9' - Scroll down 50% page height PAGELEFT '7' - Scroll left 50% page width PAGERIGHT '1' - Scroll right 50% page width
Also updates LEFT/RIGHT to move 1/10th page width left/right.
Patch by amb (at) gedanken (dot) demon (dot) co (dot) uk. Closes #4499.
Patch for extra movement keys